Skip to content

Commit

Permalink
add laravel version 11 and fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam1366 committed Oct 20, 2024
1 parent f0c05bb commit 09aedec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
.idea/
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|8.*",
"laravel/framework":"6.*|7.*|8.*|9.*",
"guzzlehttp/guzzle": "^7.2"
"laravel/framework":"6.*|7.*|8.*|9.*|10.*|11.*",
"guzzlehttp/guzzle": "^7.8"
},
"homepage": "https://github.com/meysam1366/LaravelAparat",
"autoload": {
Expand Down

0 comments on commit 09aedec

Please sign in to comment.