We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e053b24 commit 855200bCopy full SHA for 855200b
composer.json
@@ -4,15 +4,15 @@
4
"type": "library",
5
"license": "MIT",
6
"require": {
7
- "php": "^8.3",
8
- "illuminate/support": "^11.0 || ^12.0 || ^13.0",
9
- "illuminate/contracts": "^11.0 || ^12.0 || ^13.0"
+ "php": "^8.4",
+ "illuminate/support": "^12.0 || ^13.0",
+ "illuminate/contracts": "^12.0 || ^13.0"
10
},
11
"require-dev": {
12
"mockery/mockery": "^1.6",
13
- "orchestra/testbench": "^9.12 || ^10.1 || ^11.0",
14
- "pestphp/pest": "^3.1 || ^4.4",
15
- "worksome/coding-style": "^3.2"
+ "orchestra/testbench": "^10.1 || ^11.0",
+ "pestphp/pest": "^4.4",
+ "worksome/coding-style": "^3.4"
16
17
"autoload": {
18
"psr-4": {
0 commit comments