Skip to content

Commit 3136e88

Browse files
author
Diederik van Remoortere
committed
test laravel 11
1 parent bf160ee commit 3136e88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4 || ^8.0",
20-
"brick/varexporter": "^0.3.8",
21-
"doctrine/dbal": "^3.6 || ^4.0",
22-
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
23-
"illuminate/database": "^8.0 || ^9.0 || ^10.0",
24-
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
25-
"illuminate/testing": "^8.0 || ^9.0 || ^10.0",
19+
"php": "^7.4 || ^8.0 || ^8.1",
20+
"brick/varexporter": "^0.3.8 || ^4.19.1",
21+
"doctrine/dbal": "^3.6 || ^4.0.2",
22+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
23+
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0",
24+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
25+
"illuminate/testing": "^8.0 || ^9.0 || ^10.0 || ^11.0",
2626
"spatie/laravel-package-tools": "^1.12 || ^1.14"
2727
},
2828
"require-dev": {
@@ -64,4 +64,4 @@
6464
},
6565
"minimum-stability": "dev",
6666
"prefer-stable": true
67-
}
67+
}

0 commit comments

Comments
 (0)