Skip to content

Commit 4f1d08f

Browse files
committed
2 parents 0b177ea + 90c198b commit 4f1d08f

File tree

4 files changed

+291
-444
lines changed

4 files changed

+291
-444
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: vendor/bin/rector --dry-run
121121

122122
- name: Execute PHP Insights
123-
run: vendor/bin/phpinsights --no-interaction
123+
run: vendor/bin/phpinsights --disable-security-check --no-interaction
124124

125125
laravel11-tests:
126126
runs-on: ubuntu-latest
@@ -223,5 +223,4 @@ jobs:
223223
run: vendor/bin/rector --dry-run
224224

225225
- name: Execute PHP Insights
226-
run: vendor/bin/phpinsights --no-interaction
227-
226+
run: vendor/bin/phpinsights --disable-security-check --no-interaction

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"illuminate/config": "^10 || ^11",
26-
"illuminate/console": "^10 || ^11",
27-
"illuminate/container": "^10 || ^11",
28-
"illuminate/contracts": "^10 || ^11",
29-
"illuminate/pipeline": "^10 || ^11",
30-
"illuminate/support": "^10 || ^11"
25+
"illuminate/config": "^10 || ^11 || ^12",
26+
"illuminate/console": "^10 || ^11 || ^12",
27+
"illuminate/container": "^10 || ^11 || ^12",
28+
"illuminate/contracts": "^10 || ^11 || ^12",
29+
"illuminate/pipeline": "^10 || ^11 || ^12",
30+
"illuminate/support": "^10 || ^11 || ^12"
3131
},
3232
"require-dev": {
3333
"enlightn/enlightn": "^2",
34-
"larastan/larastan": "^2",
34+
"larastan/larastan": "^2 || ^3",
3535
"laravel/pint": "^1",
3636
"mockery/mockery": "^1",
3737
"nunomaduro/phpinsights": "^2",
38-
"orchestra/testbench": "^v8 || ^v9",
38+
"orchestra/testbench": "^v8 || ^v9 || ^v10",
3939
"pestphp/pest": "^2 || ^3",
4040
"pestphp/pest-plugin-laravel": "^2 || ^3",
41-
"rector/rector": "^1 || ^2 || ^3",
41+
"rector/rector": "^1 || ^2",
4242
"squizlabs/php_codesniffer": "^3"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)