Skip to content

Commit

Permalink
Update macroable dependency
Browse files Browse the repository at this point in the history
Include Laravel version 7, 8, and from 9.0
  • Loading branch information
juampi92 authored Sep 27, 2022
1 parent 95af4ea commit a32c8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
],
"require": {
"php": "^8.0.2",
"illuminate/macroable": "^9.26",
"illuminate/macroable": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.3|^9.0",
"spatie/url": "^2.1",
"symfony/dom-crawler": "^5.4|^6.1"
},
"require-dev": {
"laravel/pint": "^1.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit a32c8d7

Please sign in to comment.