Skip to content

Commit

Permalink
Merge pull request #11 from apility/dev
Browse files Browse the repository at this point in the history
Update dependencies to allow installation on later Netflex/Framework …
  • Loading branch information
thomas-alrek authored Mar 20, 2024
2 parents add7d48 + 60f2dd1 commit cb6ce0e
Show file tree
Hide file tree
Showing 2 changed files with 723 additions and 416 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
},
"require": {
"php": "^7.4.0",
"netflex/http": "^1.0"
"php": "^7.4.0|^8.0",
"netflex/http": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
Expand All @@ -52,4 +52,4 @@
"scripts": {
"test": "vendor/bin/phpcs --standard=ruleset.xml --encoding=utf-8 -n --report=diff src tests && vendor/bin/phpunit --bootstrap vendor/autoload.php tests"
}
}
}
Loading

0 comments on commit cb6ce0e

Please sign in to comment.