Skip to content

Commit

Permalink
drop php5
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0 committed Apr 24, 2024
1 parent 7ca5a9e commit dd1f65b
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
@@ -7,7 +7,7 @@
"require": {
"ext-json": "*",
"guzzlehttp/psr7": "^2.4.4",
"php": "^5.6 || ^7.0 || ^8.0",
"php": "^7.0 || ^8.0",
"php-http/httplug": ">=1.1.0"
},
"suggest": {
@@ -36,4 +36,4 @@
"scripts": {
"test": "php ./vendor/bin/phpunit --configuration ./phpunit.xml.dist"
}
}
}

0 comments on commit dd1f65b

Please sign in to comment.