Skip to content

Commit

Permalink
update(vendor): update composer dependencies to the latest compatible…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
Mohammad-Alavi committed Mar 11, 2023
1 parent bbd92c8 commit 97f2ea8
Show file tree
Hide file tree
Showing 2 changed files with 544 additions and 579 deletions.
26 changes: 16 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
}
],
"require": {
"php": "^8.0.2",
"php": "^8.1",
"apiato/container-installer": "^2.0.8",
"prettus/l5-repository": "^2.8.0",
"prettus/l5-repository": "^2.9.0",
"spatie/laravel-fractal": "^6.0",
"vinkla/hashids": "^10.0",
"vinkla/hashids": "^11.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.0",
"laravel/passport": "^10.3.0",
"laravel/framework": "^10.0",
"laravel/passport": "^11.0.0",
"ext-gettext": "*"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"mockery/mockery": "^1.4.4",
"friendsofphp/php-cs-fixer": "^3.8.0",
"vimeo/psalm": "^4.22.0"
"vimeo/psalm": "^5.8.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -67,12 +67,18 @@
"scripts": {
"php-cs-fixer": "php-cs-fixer --config=./php_cs.dist.php"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"apiato/container-installer": true,
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"wikimedia/composer-merge-plugin": true,
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 97f2ea8

Please sign in to comment.