We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0654f commit 9eed700Copy full SHA for 9eed700
1 file changed
composer.json
@@ -2,13 +2,14 @@
2
"name": "mintyphp/tools",
3
"license": "MIT",
4
"authors": [
5
- {
6
- "name": "Maurits van der Schee",
7
- "email": "maurits@vdschee.nl",
8
- "homepage": "https://www.tqdev.com"
9
- }
+ {
+ "name": "Maurits van der Schee",
+ "email": "maurits@vdschee.nl",
+ "homepage": "https://www.tqdev.com"
+ }
10
],
11
"require": {
12
- "php": ">=5.3.0"
+ "php": ">=7.0",
13
+ "nikic/php-parser": "*"
14
}
-}
15
+}
0 commit comments