Skip to content

Commit

Permalink
Aggiornate le dipendenze di composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inerba committed Mar 13, 2024
1 parent 6c4a8bf commit ca251c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
}
],
"require": {
"php": "^8.2",
"filament/filament": "^3.2",
"illuminate/contracts": "*",
"spatie/laravel-package-tools": "^1.15.0"
"php": "^8.1",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.15.0",
"illuminate/contracts": "^10.0"
},
"require-dev": {
"laravel/pint": "^1.14",
"nunomaduro/collision": "^8",
"orchestra/testbench": "^9.0",
"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/laravel-ray": "^1.35"
"spatie/laravel-ray": "^1.26"
},
"autoload": {
"files": [
Expand Down

0 comments on commit ca251c2

Please sign in to comment.