Skip to content

Commit

Permalink
Fix: allow laravel 11 (#130)
Browse files Browse the repository at this point in the history
* Fix: Missing stream factory

* Fix: Missing stream factory

* Fix: Allow laravel 11

* Fix: Allow laravel 11
  • Loading branch information
steache authored Mar 14, 2024
1 parent 9a334d3 commit 3246638
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 @@ -13,7 +13,7 @@
"php" : "^7.4|^8.0",
"php-http/client-common": "^2.0",
"php-http/discovery" : "^1.0",
"illuminate/support" : "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support" : "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"ratchet/pawl" : "^0.3",
"symfony/yaml" : "^4.0|^5.0|^6.0|^7.0",
"softcreatr/jsonpath" : "^0.5 || ^0.7 || ^0.8"
Expand Down

0 comments on commit 3246638

Please sign in to comment.