Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Jun 16, 2024
1 parent 4d07021 commit d0beaff
Show file tree
Hide file tree
Showing 2 changed files with 798 additions and 445 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@
},
"require": {
"php": "^8.2.0",
"bensampo/laravel-enum": "^6.7.0",
"bensampo/laravel-enum": "^6.11.0",
"coderflexx/laravel-presenter": "^2.0.0",
"cviebrock/eloquent-sluggable": "^10.0.0",
"cviebrock/eloquent-taggable": "^10.0.0",
"doctrine/dbal": "^3.7.2",
"fakerphp/faker": "^1.23.0",
"cviebrock/eloquent-taggable": "^10.0.3",
"doctrine/dbal": "^3.8.5",
"fakerphp/faker": "^1.23.1",
"hashids/hashids": "^5.0.2",
"laravel/framework": "^10.37.1",
"laravel/socialite": "^5.11.0",
"laravel/framework": "^10.48.12",
"laravel/socialite": "^5.14.0",
"laravelcollective/html": "^6.4.1",
"predis/predis": "^2.2.2",
"richan-fongdasen/eloquent-blameable": "^1.9.0",
"richan-fongdasen/eloquent-blameable": "^1.10.0",
"socialiteproviders/okta": "^4.4.0",
"spatie/laravel-medialibrary": "^11.0.3",
"yajra/laravel-datatables-oracle": "^10.11.2"
"spatie/laravel-medialibrary": "^11.6.0",
"yajra/laravel-datatables-oracle": "^10.11.4"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9.2",
"brianium/paratest": "^7.3.1",
"larastan/larastan": "^2.7.0",
"laravel/breeze": "^1.26.3",
"laravel/pint": "^1.13.7",
"laravel/sail": "^1.26.3",
"mockery/mockery": "^1.6.7",
"barryvdh/laravel-debugbar": "^3.13.5",
"brianium/paratest": "^7.4.5",
"larastan/larastan": "^2.9.7",
"laravel/breeze": "^1.29.1",
"laravel/pint": "^1.16.0",
"laravel/sail": "^1.29.2",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^7.10.0",
"phpunit/phpunit": "^10.4.0",
"spatie/laravel-ignition": "^2.3.1"
"phpunit/phpunit": "^10.5.21",
"spatie/laravel-ignition": "^2.8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d0beaff

Please sign in to comment.