Skip to content

Commit 2cb4697

Browse files
committed
feat: Add Laravel 12 compatibility
- Update PHP requirement to ^8.1 (Laravel 12 minimum) - Add Symfony Process ^7.0 support for Laravel 12 - Update dev dependencies (phpunit ^10.0, php-cs-fixer ^3.0, psalm ^5.0)
1 parent 2830f02 commit 2cb4697

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.3|^8.0",
19-
"symfony/process": "^5.4|^6.3"
18+
"php": "^8.1",
19+
"symfony/process": "^5.4|^6.3|^7.0"
2020
},
2121
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "^2.17",
23-
"phpunit/phpunit": "^9.5",
22+
"friendsofphp/php-cs-fixer": "^3.0",
23+
"phpunit/phpunit": "^10.0",
2424
"spatie/ray": "^1.10",
25-
"vimeo/psalm": "^4.3"
25+
"vimeo/psalm": "^5.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)