Skip to content

Commit 4ff25a2

Browse files
committed
Removed: phpdocumentor/reflection-docblock dependency
1 parent 6dc357a commit 4ff25a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 1.0.12
4+
* Removed: phpdocumentor/reflection-docblock dependency
5+
36
### 1.0.9
47

58
* Fixed: Boot support when called inside the build of rhubarb itself.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"symfony/console": ">=2.7.5",
23-
"phpdocumentor/reflection-docblock": "^2.0.4"
22+
"symfony/console": ">=2.7.5"
2423
},
2524
"bin": [
2625
"bin/custard",

0 commit comments

Comments
 (0)