Skip to content

Commit

Permalink
support php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ss1m committed Oct 16, 2024
1 parent 849086c commit 662c386
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,10 +18,10 @@
],
"require": {
"php": "^8.0",
"symfony/http-client": "^7.1"
"symfony/http-client": "^6.0"
},
"require-dev": {
"pestphp/pest": "^3.0",
"pestphp/pest": "^2.0",
"laravel/pint": "^1.0",
"spatie/ray": "^1.0"
},
Expand Down

0 comments on commit 662c386

Please sign in to comment.