Skip to content

Commit ac85f0b

Browse files
committed
composer update + bump php min version to 8.1
1 parent 4da1c35 commit ac85f0b

File tree

2 files changed

+897
-882
lines changed

2 files changed

+897
-882
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
}
1313
],
1414
"require": {
15-
"php": "8.*",
16-
"jenssegers/blade": "1.4.*",
15+
"php": "^8.1",
16+
"jenssegers/blade": "2.0.*",
1717
"xy2z/lite-config": "1.*",
18-
"symfony/yaml": "5.*",
18+
"symfony/yaml": "7.*",
1919
"spatie/yaml-front-matter": "2.*",
2020
"league/commonmark": "2.*",
21-
"statix/server": "^0.4.1",
21+
"statix/server": "^0.5.0",
2222
"vlucas/phpdotenv": "5.*",
23-
"symfony/var-dumper": "6.*"
23+
"symfony/var-dumper": "7.*"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "3.15.*",
26+
"friendsofphp/php-cs-fixer": "3.*",
2727
"phpstan/phpstan": "1.*",
28-
"phpunit/phpunit": "9.*"
28+
"phpunit/phpunit": "11.*"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)