Skip to content

Commit ab3d3b9

Browse files
Supports Laravel 13 (#125)
* update dependencies * update testing matrix * bump `statamic/cms`
1 parent 6827bfc commit ab3d3b9

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php: [8.3, 8.4]
19-
laravel: [12.*]
18+
php: [8.3, 8.4, 8.5]
19+
laravel: [12.*, 13.*]
2020
stability: [prefer-lowest, prefer-stable]
2121
os: [ubuntu-latest]
2222

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
}
1313
},
1414
"require": {
15-
"statamic/cms": "^6.0",
15+
"statamic/cms": "^6.5",
1616
"spatie/simple-excel": "^3.7",
1717
"symfony/dom-crawler": "^7.1",
1818
"pixelfear/composer-dist-plugin": "^0.1.5",
1919
"symfony/css-selector": "^7.1 || ^8.0"
2020
},
2121
"require-dev": {
2222
"laravel/pint": "^1.18",
23-
"orchestra/testbench": "^10.0",
24-
"phpunit/phpunit": "^11.0",
25-
"spatie/laravel-ray": "^1.39"
23+
"orchestra/testbench": "^10.0 || ^11.0",
24+
"phpunit/phpunit": "^11.0 || ^12.0",
25+
"spatie/laravel-ray": "^1.43.6"
2626
},
2727
"config": {
2828
"allow-plugins": {
@@ -43,5 +43,7 @@
4343
"url": "https://github.com/statamic/importer/releases/download/{$version}/dist.tar.gz",
4444
"path": "dist"
4545
}
46-
}
46+
},
47+
"minimum-stability": "dev",
48+
"prefer-stable": true
4749
}

0 commit comments

Comments
 (0)