Skip to content

Commit

Permalink
Merge pull request #9 from mahmoudMagdy1255/2.x
Browse files Browse the repository at this point in the history
Update Dependencies Versions To Be Compatible With PHP:^8.1
  • Loading branch information
Mahmoud-Italy authored Mar 16, 2023
2 parents 6b49534 + 622da41 commit 9f13d52
Show file tree
Hide file tree
Showing 3 changed files with 7,720 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor
/.idea
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
}
],
"require": {
"php": "^7.2",
"spatie/laravel-query-builder": "^2.8"
"php": "^8.1",
"spatie/laravel-query-builder": "^5.2.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0"
"orchestra/testbench": "^8.0.8",
"phpunit/phpunit": "^10.0",
"illuminate/support": "^10.0"
},
"autoload": {
"files": [
Expand Down
Loading

0 comments on commit 9f13d52

Please sign in to comment.