Skip to content

Commit

Permalink
Added support for Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
victorybiz committed Apr 1, 2024
1 parent 6e1353a commit 53a84eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"tecnickcom/tc-lib-barcode": "^1.15"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^6.0|^8.0|^9.0",
"phpunit/phpunit": "^9.0|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 53a84eb

Please sign in to comment.