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

Commit c50e246

Browse files
authored
Removed Laravel 6.x and PHP ^7.2
1 parent c0bad6d commit c50e246

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
"evenement/evenement": "^2.0|^3.0",
3636
"facade/ignition-contracts": "^1.0",
3737
"guzzlehttp/psr7": "^1.5",
38-
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
39-
"illuminate/console": "^6.3|^7.0|^8.0",
40-
"illuminate/http": "^6.3|^7.0|^8.0",
41-
"illuminate/queue": "^6.3|^7.0|^8.0",
42-
"illuminate/routing": "^6.3|^7.0|^8.0",
43-
"illuminate/support": "^6.3|^7.0|^8.0",
38+
"illuminate/broadcasting": "^7.0|^8.0",
39+
"illuminate/console": "^7.0|^8.0",
40+
"illuminate/http": "^7.0|^8.0",
41+
"illuminate/queue": "^7.0|^8.0",
42+
"illuminate/routing": "^7.0|^8.0",
43+
"illuminate/support": "^7.0|^8.0",
4444
"pusher/pusher-php-server": "^4.0",
4545
"react/promise": "^2.0",
4646
"symfony/http-kernel": "^4.0|^5.0",
4747
"symfony/psr-http-message-bridge": "^1.1|^2.0"
4848
},
4949
"require-dev": {
5050
"clue/block-react": "^1.4",
51-
"laravel/legacy-factories": "^1.0.4",
52-
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
53-
"orchestra/database": "^4.0|^5.0|^6.0",
51+
"laravel/legacy-factories": "^1.1",
52+
"orchestra/testbench-browser-kit": "^5.0|^6.0",
53+
"orchestra/database": "^5.0|^6.0",
5454
"phpunit/phpunit": "^8.0|^9.0"
5555
},
5656
"suggest": {

0 commit comments

Comments
 (0)