We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d8c7a commit b18a950Copy full SHA for b18a950
.gitignore
@@ -1,3 +1,2 @@
1
.idea
2
-/vendor
3
-/composer.lock
+vendor
composer.json
@@ -12,16 +12,16 @@
12
"require": {
13
"php": ">=5.3.3",
14
"psr/log": "~1.0",
15
- "nikic/php-parser": "0.9.4",
16
- "phpdocumentor/reflection-docblock": "2.*"
+ "nikic/php-parser": "~0.9.4",
+ "phpdocumentor/reflection-docblock": "~2.0"
17
},
18
"suggests": {
19
"symfony/event-dispatcher": "~2.1"
20
21
"require-dev": {
22
"behat/behat": "~2.4",
23
- "phpunit/phpunit": "~3.7",
24
- "mockery/mockery": ">=0.7.0"
+ "phpunit/phpunit": "~4.0",
+ "mockery/mockery": "~0.8"
25
26
"extra": {
27
"branch-alias": {
0 commit comments