Skip to content

Commit

Permalink
[Laravel 10] Bump composer deps for min Laravel version 10
Browse files Browse the repository at this point in the history
nicekiwi committed Apr 27, 2024
1 parent 05ef365 commit 8c55146
Showing 2 changed files with 1,137 additions and 1,044 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syntax/steam-api",
"description": "A steam-api client for Laravel 9+",
"description": "A steam-api client for Laravel 10+",
"version": "3.0.0",
"license": "MIT",
"authors": [
@@ -12,18 +12,18 @@
"require": {
"php": "^8.1",
"laravel/framework": "^10.0",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/guzzle": "^7.8",
"ext-bcmath": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^7.0",
"vlucas/phpdotenv": "^5.5",
"rector/rector": "^0.18.6"
"phpunit/phpunit": "^10.5",
"orchestra/testbench": "^8.0",
"vlucas/phpdotenv": "^5.6",
"rector/rector": "^1.0"
},
"autoload": {
"psr-4": {
2,169 changes: 1,131 additions & 1,038 deletions composer.lock

Large diffs are not rendered by default.

0 comments on commit 8c55146

Please sign in to comment.