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

Commit 2bd2c2b

Browse files
authored
Update composer.json
1 parent ba5c32c commit 2bd2c2b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.1|^8.2",
26-
"illuminate/support": "^9.0|^10.0",
27-
"laravel/dusk": "^6.15|^7.0",
28-
"nesbot/carbon": "^2.66"
25+
"php": "^8.1|^8.2|^8.3",
26+
"illuminate/support": "^9.0|^10.0|^11.0",
27+
"laravel/dusk": "^6.15|^7.0|^8.0",
28+
"nesbot/carbon": "^2.66|^3.0"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.4.4",
32-
"orchestra/testbench": "^7.0|^8.0",
33-
"phpunit/phpunit": "^9.5"
32+
"orchestra/testbench": "^7.0|^8.0|^9.0",
33+
"phpunit/phpunit": "^9.5|^10.0"
3434
},
3535
"autoload": {
3636
"psr-4": {
@@ -58,4 +58,4 @@
5858
]
5959
}
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)