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 90f605f commit 703bc9bCopy full SHA for 703bc9b
composer.json
@@ -9,18 +9,17 @@
9
"Loader",
10
"Wrapper"
11
],
12
- "type": "library",
13
"license": "MIT",
14
"require": {
15
"php": ">=7.1.0",
16
- "hassankhan/config": "^2.0.0",
17
- "setbased/error-handler": "^1.1.0",
18
- "setbased/helper-cast": "^2.0.0",
19
- "setbased/php-stratum-backend": "^5.0.0",
20
- "symfony/console": "^4.0.0"
+ "hassankhan/config": "^2.0",
+ "setbased/error-handler": "^1.1",
+ "setbased/helper-cast": "^2.0",
+ "setbased/php-stratum-backend": "^5.0",
+ "symfony/console": "^4.0 || ^5.0"
21
},
22
"require-dev": {
23
- "phpunit/phpunit": "^7.0.0 || ^8.0.0",
+ "phpunit/phpunit": "^7.0 || ^8.0",
24
"setbased/phing-extensions": "^2.0.1"
25
26
"autoload": {
0 commit comments