Skip to content

Commit c22044d

Browse files
authored
Update for Laravel 12 (#11)
* Update for Laravel 12 * Add back phpstan
1 parent 42da0ad commit c22044d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
matrix:
1111
include:
1212
- php: 8.4
13-
laravel: ^11.0
13+
laravel: ^12.0
14+
- php: 8.3
15+
laravel: ^12.0
1416
- php: 8.3
1517
laravel: ^11.0
1618
- php: 8.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ Sites in the wild that uses Ampersand
155155

156156
The MIT License (MIT). Please see the [LICENSE.md](LICENSE.md) for more information.
157157

158-
© 2021 [Marcus Olsson](https://marcusolsson.me).
158+
© 2021-2025 [Marcus Olsson](https://marcusolsson.me).

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"license": "MIT",
1111
"minimum-stability": "stable",
1212
"require": {
13-
"laravel/framework": "^9|^10|^11",
13+
"laravel/framework": "^9|^10|^11|^12",
1414
"spatie/sheets": "^1.10"
1515
},
1616
"require-dev": {
1717
"orchestra/testbench": ">=6.15",
1818
"phpstan/phpstan": "^2.0",
19-
"phpunit/phpunit": "<11",
19+
"phpunit/phpunit": "*",
2020
"squizlabs/php_codesniffer": "^3.5"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)