Skip to content

Commit

Permalink
- update composer.json
Browse files Browse the repository at this point in the history
	modified:   composer.json
  • Loading branch information
andrewdwallo committed Jan 15, 2023
1 parent 0f4f8e4 commit 0afb99a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
}
],
"require": {
"php": "^8.0.2",
"php": "^8.0",
"ext-json": "*",
"filament/filament": "^2.16",
"illuminate/console": "^9.21",
"illuminate/support": "^9.21",
"illuminate/console": "^8.6|^9.0",
"illuminate/contracts": "^8.6|^9.0",
"illuminate/support": "^8.6|^9.0",
"jenssegers/agent": "^2.6",
"laravel/fortify": "1.15"
"laravel/fortify": "^1.15"
},
"require-dev": {
"laravel/sanctum": "^3.0",
Expand Down

0 comments on commit 0afb99a

Please sign in to comment.