Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update laravel #625

Merged
merged 11 commits into from
Oct 23, 2024
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
php-version: "8.3"
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
coverage: pcov

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
php-version: "8.3"
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite
coverage: none

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
php-version: "8.3"
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
php-version: "8.3"
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
coverage: pcov

Expand Down
47 changes: 17 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,50 +17,37 @@
"danharrin/livewire-rate-limiting": "^1.1",
"driftingly/rector-laravel": "^0.21",
"elgigi/commonmark-emoji": "^2.0",
"ergebnis/phpstan-rules": "^1.0",
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^3.19",
"google/recaptcha": "^1.3",
"graham-campbell/analyzer": "^3.0",
"graham-campbell/analyzer": "4.2.x-dev",
"guzzlehttp/guzzle": "^7.7",
"illuminate/bus": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/http": "^10.0",
"illuminate/mail": "^10.0",
"illuminate/support": "^10.0",
"illuminate/view": "^10.0",
"jamesmills/laravel-timezone": "^1.13",
"jasonmccreary/laravel-test-assertions": "^2.3",
"jamesmills/laravel-timezone": "dev-master",
"jenssegers/agent": "^2.6",
"laravel/fortify": "^1.21",
"laravel/framework": "^11.0",
"laravel/telescope": "^5.0",
"league/commonmark": "^2.4",
"livewire/livewire": "^3.0",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.6",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-faker": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-livewire": "^2.0",
"nunomaduro/larastan": "^2.9",
"pestphp/pest": "^3.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.0",
"pragmarx/google2fa-laravel": "^2.1",
"pragmarx/google2fa-laravel": "^2.2",
"rector/rector": "^0.19",
"ruafozy/mersenne-twister": "^1.0",
"spatie/laravel-flash": "^1.9",
"spatie/laravel-honeypot": "^4.3",
"spatie/laravel-medialibrary": "^10.10",
"spatie/laravel-flash": "^1.10",
"spatie/laravel-honeypot": "^4.5",
"spatie/laravel-medialibrary": "^11.5",
"spatie/laravel-newsletter": "^5.1",
"spatie/laravel-package-tools": "^1.15",
"spatie/laravel-personal-data-export": "^4.2",
"spatie/laravel-responsecache": "^7.4",
"spatie/laravel-schemaless-attributes": "^2.4",
"spatie/laravel-sluggable": "^3.5",
"spatie/pest-plugin-snapshots": "^2.0",
"spatie/laravel-personal-data-export": "^4.3",
"spatie/laravel-responsecache": "^7.5",
"spatie/laravel-schemaless-attributes": "^2.5",
"spatie/laravel-sluggable": "^3.6",
"spatie/pest-plugin-snapshots": "@dev",
"spatie/regex": "^3.1",
"spatie/yaml-front-matter": "^2.0"
},
Expand Down Expand Up @@ -102,13 +89,13 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true,
"treeware/plant": true
"treeware/plant": true,
"pestphp/pest-plugin": true
}
},
"require-dev": {
"orchestra/testbench": "^8.22",
"orchestra/testbench": "^9.1",
"spatie/mailcoach-sdk-php": "^1.4"
}
}
Loading
Loading