Skip to content

Commit

Permalink
Merge branch 'Erev14-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
therouv committed Apr 3, 2023
2 parents db7ae53 + c82b478 commit 79aff94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"php": "^7.3|^8.0|^8.1",
"php-http/discovery": "^1.6",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand Down Expand Up @@ -54,7 +54,9 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true,
"ocramius/package-versions": true
}
}
}

0 comments on commit 79aff94

Please sign in to comment.