Skip to content

Commit a193be6

Browse files
author
Andrey Helldar
committed
Normalize composer.json
1 parent 4168c67 commit a193be6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"require": {
2727
"php": "^7.3 || ^8.0",
2828
"dragon-code/contracts": "^2.9",
29-
"illuminate/console": "^6.0 || ^7.0 || ^8.0|^9.0",
30-
"illuminate/database": "^6.0 || ^7.0 || ^8.0|^9.0",
31-
"illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0",
32-
"symfony/console": "^4.3 || ^5.0|^6.0"
29+
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
30+
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
31+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
32+
"symfony/console": "^4.3 || ^5.0 || ^6.0"
3333
},
3434
"require-dev": {
3535
"dragon-code/laravel-support": "^3.2",

0 commit comments

Comments
 (0)