Skip to content

Commit

Permalink
Merge pull request #21 from fabiofdsantos/master
Browse files Browse the repository at this point in the history
Add compatibility to L10
  • Loading branch information
liran-co authored Feb 16, 2023
2 parents e6ae8f7 + 14eaa57 commit 53acab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_STORE
vendor
.phpunit.result.cache
.phpunit.result.cache
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^7.2.5|^8.0|^8.1",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 53acab0

Please sign in to comment.