Skip to content

Commit 6b197ce

Browse files
committed
Mark ext-ast as suggestion, not a requirement.
The point of this library is to make it possible for users to run code without building ext-ast. - Only needed for unit tests
1 parent dc6a626 commit 6b197ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"nikic/PHP-Parser": "3.0.5"
77
},
88
"require-dev": {
9-
"phpunit/phpunit": "~6.2",
9+
"phpunit/phpunit": "~6.2"
10+
},
11+
"suggest": {
1012
"ext-ast": "~0.1.4"
1113
},
1214
"autoload": {

composer.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)