Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Dec 7, 2023
1 parent b3529d8 commit 8413de6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
],
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.6",
"doctrine/dbal": "^3.7.2",
"illuminate/contracts": "^10.0",
"illuminate/support": "^10.0",
"spatie/laravel-package-tools": "^1.14.0"
"spatie/laravel-package-tools": "^1.16.1"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"spatie/docker": "^1.10"
"laravel/pint": "^1.13.7",
"nunomaduro/collision": "^7.10",
"orchestra/testbench": "^8.17",
"pestphp/pest": "^2.28",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.2",
"spatie/docker": "^1.11"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -68,4 +68,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 8413de6

Please sign in to comment.