Skip to content

Commit cb6ce0e

Browse files
authored
Merge pull request #11 from apility/dev
Update dependencies to allow installation on later Netflex/Framework …
2 parents add7d48 + 60f2dd1 commit cb6ce0e

File tree

2 files changed

+723
-416
lines changed

2 files changed

+723
-416
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
}
4242
},
4343
"require": {
44-
"php": "^7.4.0",
45-
"netflex/http": "^1.0"
44+
"php": "^7.4.0|^8.0",
45+
"netflex/http": "*"
4646
},
4747
"require-dev": {
4848
"phpunit/phpunit": "^6.5",
@@ -52,4 +52,4 @@
5252
"scripts": {
5353
"test": "vendor/bin/phpcs --standard=ruleset.xml --encoding=utf-8 -n --report=diff src tests && vendor/bin/phpunit --bootstrap vendor/autoload.php tests"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)