Skip to content

Commit 9a421b9

Browse files
authored
Support Laravel 12
Fixes #4
1 parent ac8ecb3 commit 9a421b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
"analytics-event-tracking"
3333
],
3434
"require": {
35-
"php": "^8.1 || ^8.2 || ^8.3",
36-
"illuminate/bus": "^8.0 || ^9.0 || ^10.0 || ^11.0",
37-
"illuminate/queue": "^8.0 || ^9.0 || ^10.0 || ^11.0",
38-
"illuminate/http": "^8.74 || ^9.0 || ^10.0 || ^11.0",
39-
"illuminate/validation": "^8.0 || ^9.0 || ^10.0 || ^11.0",
35+
"php": "^8.1",
36+
"illuminate/bus": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
37+
"illuminate/queue": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
38+
"illuminate/http": "^8.74 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
39+
"illuminate/validation": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
4040
"guzzlehttp/guzzle": "^7.5"
4141
},
4242
"require-dev": {
4343
"mockery/mockery": "^1.4.4",
44-
"nesbot/carbon": "^2.66",
44+
"nesbot/carbon": "^2.66 || ^3.8.4",
4545
"orchestra/testbench": "^6.20 || ^7.0 || ^8.0",
4646
"phpunit/phpunit": "^9.5"
4747
},

0 commit comments

Comments
 (0)