Skip to content

Commit 9eed700

Browse files
committed
getopts
1 parent 9e0654f commit 9eed700

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"name": "mintyphp/tools",
33
"license": "MIT",
44
"authors": [
5-
{
6-
"name": "Maurits van der Schee",
7-
"email": "maurits@vdschee.nl",
8-
"homepage": "https://www.tqdev.com"
9-
}
5+
{
6+
"name": "Maurits van der Schee",
7+
"email": "maurits@vdschee.nl",
8+
"homepage": "https://www.tqdev.com"
9+
}
1010
],
1111
"require": {
12-
"php": ">=5.3.0"
12+
"php": ">=7.0",
13+
"nikic/php-parser": "*"
1314
}
14-
}
15+
}

0 commit comments

Comments
 (0)