Skip to content

Commit

Permalink
Merge pull request #10 from DigitallyHappy/support-laravel-9
Browse files Browse the repository at this point in the history
add support for Laravel 9
  • Loading branch information
tabacitu authored Jan 19, 2022
2 parents 923185e + f86ab15 commit 98d9eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/digitallyhappy/assets",
"keywords": ["Laravel", "Assets", "Load CSS once", "Load JS once"],
"require": {
"laravel/framework": "^8.0"
"laravel/framework": "^9.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
Expand Down

0 comments on commit 98d9eb8

Please sign in to comment.