Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 2c57668

Browse files
committed
Enforcing ^6.3 for ArrayLock
1 parent 29d1096 commit 2c57668

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"evenement/evenement": "^2.0|^3.0",
3939
"facade/ignition-contracts": "^1.0",
4040
"guzzlehttp/psr7": "^1.5",
41-
"illuminate/broadcasting": "^6.0|^7.0|^8.0",
42-
"illuminate/console": "^6.0|^7.0|^8.0",
43-
"illuminate/http": "^6.0|^7.0|^8.0",
44-
"illuminate/routing": "^6.0|^7.0|^8.0",
45-
"illuminate/support": "^6.0|^7.0|^8.0",
41+
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
42+
"illuminate/console": "^6.3|^7.0|^8.0",
43+
"illuminate/http": "^6.3|^7.0|^8.0",
44+
"illuminate/routing": "^6.3|^7.0|^8.0",
45+
"illuminate/support": "^6.3|^7.0|^8.0",
4646
"pusher/pusher-php-server": "^3.0|^4.0",
4747
"react/promise": "^2.0",
4848
"symfony/http-kernel": "^4.0|^5.0",

0 commit comments

Comments
 (0)