Skip to content

Commit 703bc9b

Browse files
committed
Updated dependencies.
1 parent 90f605f commit 703bc9b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@
99
"Loader",
1010
"Wrapper"
1111
],
12-
"type": "library",
1312
"license": "MIT",
1413
"require": {
1514
"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"
15+
"hassankhan/config": "^2.0",
16+
"setbased/error-handler": "^1.1",
17+
"setbased/helper-cast": "^2.0",
18+
"setbased/php-stratum-backend": "^5.0",
19+
"symfony/console": "^4.0 || ^5.0"
2120
},
2221
"require-dev": {
23-
"phpunit/phpunit": "^7.0.0 || ^8.0.0",
22+
"phpunit/phpunit": "^7.0 || ^8.0",
2423
"setbased/phing-extensions": "^2.0.1"
2524
},
2625
"autoload": {

0 commit comments

Comments
 (0)