Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kainiklas committed Dec 14, 2023
1 parent f8e2363 commit a7f76cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.16.0"
"spatie/laravel-package-tools": "^1.16.0",
"illuminate/contracts": "^10.0"
},
"require-dev": {
"laravel/pint": "^1.13",
Expand All @@ -31,7 +32,7 @@
"orchestra/testbench": "^8.17",
"pestphp/pest": "^2.28",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.2",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3"
Expand Down

0 comments on commit a7f76cc

Please sign in to comment.