Skip to content

Commit b171ed0

Browse files
committed
chore(deps): Laravel 11, and symfony/yaml 7
1 parent a6f66c2 commit b171ed0

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
],
1313
"require": {
1414
"php": "^8.2",
15-
"illuminate/support": "^10.0|^11.0|^12.0",
15+
"illuminate/support": "^11.0|^12.0",
1616
"stillat/blade-parser": "^2.0",
17-
"symfony/yaml": "^6.4"
17+
"symfony/yaml": "^7.0"
1818
},
1919
"require-dev": {
2020
"captainhook/captainhook": "^5.25",
2121
"captainhook/plugin-composer": "^5.3",
22-
"laravel/pint": "^1.0",
23-
"orchestra/testbench": "^8.0",
22+
"laravel/pint": "^1.14",
23+
"orchestra/testbench": "^9.0.0||^10.0.0",
2424
"pestphp/pest": "^2.0",
2525
"pestphp/pest-plugin-laravel": "^2.0",
2626
"phpstan/phpstan": "^1.0",

monorepo-builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
$mbConfig->dataToAppend([
1313
'require-dev' => [
14-
'laravel/pint' => '^1.0',
15-
'pestphp/pest' => '^2.0',
14+
'laravel/pint' => '^1.14',
15+
'pestphp/pest' => '^3.0',
1616
'phpstan/phpstan' => '^1.0',
1717
],
1818
]);

packages/core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^8.2"
2020
},
2121
"require-dev": {
22-
"laravel/pint": "^1.0",
22+
"laravel/pint": "^1.14",
2323
"pestphp/pest": "^2.0",
2424
"phpstan/phpstan": "^1.0"
2525
},

packages/laravel/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
},
2121
"require": {
2222
"php": "^8.2",
23-
"illuminate/support": "^10.0|^11.0|^12.0",
23+
"illuminate/support": "^11.0|^12.0",
2424
"craftile/core": "self.version",
2525
"stillat/blade-parser": "^2.0",
26-
"symfony/yaml": "^6.4"
26+
"symfony/yaml": "^7.0"
2727
},
2828
"require-dev": {
29-
"laravel/pint": "^1.0",
29+
"laravel/pint": "^1.14",
3030
"pestphp/pest": "^2.0",
3131
"pestphp/pest-plugin-laravel": "^2.0",
3232
"phpstan/phpstan": "^1.0",
33-
"orchestra/testbench": "^8.0"
33+
"orchestra/testbench": "^9.0.0||^10.0.0"
3434
},
3535
"extra": {
3636
"laravel": {

0 commit comments

Comments
 (0)