Skip to content

Commit

Permalink
Added required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 15, 2024
1 parent b94a438 commit 7ec7be6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"require": {
"php": "^8.2",
"composer-runtime-api": "^2.2",
"dragon-code/support": "^6.13"
"dragon-code/support": "^6.13",
"illuminate/config": "^10.0 || ^11.0",
"illuminate/database": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0"
},
"require-dev": {
"ext-pdo": "*",
Expand Down

0 comments on commit 7ec7be6

Please sign in to comment.