Skip to content

Commit 952084e

Browse files
committed
Align version constraint formats
1 parent 7cb6c8e commit 952084e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4|^8.0",
14+
"php": "^7.4 || ^8.0",
1515
"kreait/firebase-php": "^6.0",
1616
"illuminate/contracts": "^8.0 || ^9.0",
1717
"illuminate/support": "^8.0 || ^9.0",
18-
"symfony/cache": "^5.4|^6.0"
18+
"symfony/cache": "^5.4 || ^6.0"
1919
},
2020
"require-dev": {
2121
"orchestra/testbench": "^6.0 || 7.0",

0 commit comments

Comments
 (0)