Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 authored Jan 11, 2023
1 parent af38f1b commit c50090a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}
],
"require": {
"php": "^7.3|^8.0|^8.1",
"illuminate/support": "^7.0|^8.0|^9.0",
"macsidigital/laravel-api-client": "^3.3|^4.0.2"
"php": "^8.0|^8.1",
"illuminate/support": "^8.0|^9.0",
"macsidigital/laravel-api-client": "^4.0.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down

0 comments on commit c50090a

Please sign in to comment.