Skip to content

Commit

Permalink
Merge pull request #5 from samdark/patch-1
Browse files Browse the repository at this point in the history
Update dependencies, allow PHP 8
  • Loading branch information
alexkart authored Oct 26, 2020
2 parents bada142 + 9237d83 commit 7dde8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1",
"psr/http-message": "^1.0@dev"
"php": "^7.1|^8.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2",
"nyholm/psr7": "^1.0@dev",
"nyholm/psr7": "^1.3",
"phan/phan": "^2.2"
},
"autoload": {
Expand Down

0 comments on commit 7dde8d1

Please sign in to comment.