We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da1c35 commit ac85f0bCopy full SHA for ac85f0b
composer.json
@@ -12,20 +12,20 @@
12
}
13
],
14
"require": {
15
- "php": "8.*",
16
- "jenssegers/blade": "1.4.*",
+ "php": "^8.1",
+ "jenssegers/blade": "2.0.*",
17
"xy2z/lite-config": "1.*",
18
- "symfony/yaml": "5.*",
+ "symfony/yaml": "7.*",
19
"spatie/yaml-front-matter": "2.*",
20
"league/commonmark": "2.*",
21
- "statix/server": "^0.4.1",
+ "statix/server": "^0.5.0",
22
"vlucas/phpdotenv": "5.*",
23
- "symfony/var-dumper": "6.*"
+ "symfony/var-dumper": "7.*"
24
},
25
"require-dev": {
26
- "friendsofphp/php-cs-fixer": "3.15.*",
+ "friendsofphp/php-cs-fixer": "3.*",
27
"phpstan/phpstan": "1.*",
28
- "phpunit/phpunit": "9.*"
+ "phpunit/phpunit": "11.*"
29
30
"autoload": {
31
"psr-4": {
0 commit comments