Skip to content

Commit 0d63108

Browse files
author
Sebastian BURGIN-FIX (ext)
committed
wip
1 parent 1a8f1d0 commit 0d63108

24 files changed

Lines changed: 1492 additions & 2169 deletions

.github/workflows/assets_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: production-assets | ci
1212

1313
env:
14-
PHP_VERSION: 8.4
14+
PHP_VERSION: 8.5
1515
NODE_VERSION: 24
1616

1717
steps:

.github/workflows/larastan_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: pull-request | ci larastan
99

1010
env:
11-
PHP_VERSION: 8.4
11+
PHP_VERSION: 8.5
1212
NODE_VERSION: 24
1313

1414
steps:

.github/workflows/pest_coverage_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: pull-request | ci pest coverage
99

1010
env:
11-
PHP_VERSION: 8.4
11+
PHP_VERSION: 8.5
1212
NODE_VERSION: 24
1313
PEST_MIN_COVERAGE: 1
1414
PEST_MIN_TYPE_COVERAGE: 1

.github/workflows/pest_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: pull-request | ci pest
99

1010
env:
11-
PHP_VERSION: 8.4
11+
PHP_VERSION: 8.5
1212
NODE_VERSION: 24
1313

1414
steps:

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,37 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^8.4",
12-
"codebar-ag/laravel-flysystem-cloudinary": "^v12.0.1",
13-
"laravel/framework": "^v12.1.1",
14-
"laravel/tinker": "^2.10.1",
11+
"php": "^8.5",
12+
"codebar-ag/laravel-flysystem-cloudinary": "^13.0",
13+
"laravel/framework": "^13.0",
14+
"laravel/tinker": "^3.0",
1515
"league/flysystem-aws-s3-v3": "^3.28",
1616
"mazedlx/laravel-feature-policy": "^2.2",
17-
"sammyjo20/lasso": "3.4.0",
17+
"sammyjo20/lasso": "^3.5",
1818
"spatie/laravel-csp": "^3.8",
1919
"spatie/laravel-flash": "^1.10",
2020
"spatie/laravel-health": "^1.27",
2121
"spatie/laravel-honeypot": "^4.5",
2222
"spatie/laravel-ignition": "^2.7",
23-
"spatie/laravel-permission": "^6.7",
24-
"spatie/laravel-responsecache": "^7.6",
25-
"spatie/laravel-sitemap": "^7.3",
23+
"spatie/laravel-permission": "^8.0",
24+
"spatie/laravel-responsecache": "^8.0",
25+
"spatie/laravel-sitemap": "^8.0",
2626
"spatie/security-advisories-health-check": "^1.2"
2727
},
2828
"require-dev": {
2929
"fakerphp/faker": "^1.23",
30-
"larastan/larastan": "^v3.1",
30+
"larastan/larastan": "^3.10",
3131
"laravel/pint": "^1.21",
3232
"laravel/sail": "^1.26",
3333
"mockery/mockery": "^1.6",
3434
"nunomaduro/collision": "^8.1.1",
35-
"pestphp/pest": "^3.7",
36-
"pestphp/pest-plugin-arch": "^3.0",
37-
"pestphp/pest-plugin-faker": "^3.0",
38-
"pestphp/pest-plugin-laravel": "^3.1",
39-
"pestphp/pest-plugin-type-coverage": "^3.3",
35+
"pestphp/pest": "^4.0",
36+
"pestphp/pest-plugin-arch": "^4.0",
37+
"pestphp/pest-plugin-faker": "^4.0",
38+
"pestphp/pest-plugin-laravel": "^4.0",
39+
"pestphp/pest-plugin-type-coverage": "^4.0",
4040
"phpstan/extension-installer": "^1.4.3",
41-
"phpstan/phpstan": "2.1.6",
41+
"phpstan/phpstan": "^2.2",
4242
"spatie/laravel-ray": "^1.39"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)