Skip to content

Commit

Permalink
refactor: laravel 10 compatibility (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Mar 25, 2024
1 parent a3ce1d8 commit d798c7c
Show file tree
Hide file tree
Showing 16 changed files with 2,561 additions and 1,972 deletions.
23 changes: 12 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,27 @@
"google/recaptcha": "^1.3",
"graham-campbell/analyzer": "^3.0",
"guzzlehttp/guzzle": "^7.7",
"illuminate/bus": "^9.13",
"illuminate/contracts": "^9.13",
"illuminate/http": "^9.13",
"illuminate/mail": "^9.13",
"illuminate/support": "^9.13",
"illuminate/view": "^9.13",
"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",
"jenssegers/agent": "^2.6",
"johnkary/phpunit-speedtrap": "^4.0",
"laravel/fortify": "^1.17",
"laravel/telescope": "^4.15",
"laravel/fortify": "^1.21",
"laravel/telescope": "^5.0",
"league/commonmark": "^2.4",
"livewire/livewire": "^2.12",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^6.6",
"nunomaduro/larastan": "^2.6",
"orchestra/testbench": "^7.5",
"pestphp/pest": "^1.8",
"pestphp/pest-plugin-faker": "^1.0",
"pestphp/pest-plugin-laravel": "^1.0",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^1.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand All @@ -57,7 +55,7 @@
"spatie/laravel-flash": "^1.9",
"spatie/laravel-honeypot": "^4.3",
"spatie/laravel-medialibrary": "^10.10",
"spatie/laravel-newsletter": "^4.1",
"spatie/laravel-newsletter": "^5.1",
"spatie/laravel-package-tools": "^1.15",
"spatie/laravel-personal-data-export": "^4.2",
"spatie/laravel-responsecache": "^7.4",
Expand Down Expand Up @@ -118,7 +116,10 @@
},
"require-dev": {
"laravel/nova": "^4.13",
"orchestra/testbench": "^8.22",
"pestphp/pest-plugin-parallel": "^1.2",
"spatie/laravel-permission": "^5.10",
"spatie/mailcoach-sdk-php": "^1.4",
"vyuldashev/nova-permission": "^3.2"
},
"suggest": {
Expand Down
Loading

0 comments on commit d798c7c

Please sign in to comment.