Skip to content

Commit

Permalink
Merge pull request #13 from recoilphp/12-phpparser3
Browse files Browse the repository at this point in the history
Upgrade to php-parser v3 (fixes #12).
  • Loading branch information
jmalloc authored Apr 24, 2017
2 parents fdc7bd7 + 583ac74 commit 3dd956b
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 106 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"php": "^7",
"composer-plugin-api": "^1",
"eloquent/enumeration": "^5",
"hamcrest/hamcrest-php": "^2.0",
"nikic/php-parser": "^2.1",
"hamcrest/hamcrest-php": "^2",
"nikic/php-parser": "^3",
"recoil/api": "1.0.0-alpha.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 3dd956b

Please sign in to comment.