Skip to content

Commit b18a950

Browse files
Composer updates
1 parent b7d8c7a commit b18a950

File tree

3 files changed

+1520
-6
lines changed

3 files changed

+1520
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.idea
2-
/vendor
3-
/composer.lock
2+
vendor

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"require": {
1313
"php": ">=5.3.3",
1414
"psr/log": "~1.0",
15-
"nikic/php-parser": "0.9.4",
16-
"phpdocumentor/reflection-docblock": "2.*"
15+
"nikic/php-parser": "~0.9.4",
16+
"phpdocumentor/reflection-docblock": "~2.0"
1717
},
1818
"suggests": {
1919
"symfony/event-dispatcher": "~2.1"
2020
},
2121
"require-dev": {
2222
"behat/behat": "~2.4",
23-
"phpunit/phpunit": "~3.7",
24-
"mockery/mockery": ">=0.7.0"
23+
"phpunit/phpunit": "~4.0",
24+
"mockery/mockery": "~0.8"
2525
},
2626
"extra": {
2727
"branch-alias": {

0 commit comments

Comments
 (0)