Skip to content

Commit

Permalink
fix illuminate/support
Browse files Browse the repository at this point in the history
add .gitignore and fix support versions of illuminate/support
  • Loading branch information
AlirezaSedghi committed Sep 23, 2024
1 parent 74b9c19 commit d05a5e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea
/.vscode
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
"authors": [
{
"name": "Alireza Sedghi",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "https://alirezasedghi.com/",
"role": "Developer"
}
],
"require": {
"php": ">=8.0.0",
"ext-dom": "*",
"illuminate/support": "^8.0|^9.0|^10.0|^11,0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d05a5e2

Please sign in to comment.