back to php 7.2
This commit is contained in:
parent
19c03b9b8b
commit
e6bb814a76
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "wellrested/wellrested",
|
"name": "basemaster/wellrested",
|
||||||
"description": "Simple PHP Library for RESTful APIs",
|
"description": "Clone for Simple PHP Library for RESTful APIs (wellrested.org)",
|
||||||
"keywords": ["rest", "restful", "api", "http", "psr7", "psr-7", "psr15", "psr-15", "psr17", "psr-17"],
|
"keywords": ["rest", "restful", "api", "http", "psr7", "psr-7", "psr15", "psr-15", "psr17", "psr-17"],
|
||||||
"homepage": "https://www.wellrested.org",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
@ -12,7 +11,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.3",
|
"php": ">=7.2",
|
||||||
"psr/http-factory": "~1.0",
|
"psr/http-factory": "~1.0",
|
||||||
"psr/http-message": "~1.0",
|
"psr/http-message": "~1.0",
|
||||||
"psr/http-server-handler": "~1.0",
|
"psr/http-server-handler": "~1.0",
|
||||||
|
|
@ -20,8 +19,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^2",
|
"friendsofphp/php-cs-fixer": "^2",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpunit/phpunit": "^8",
|
||||||
"phpunit/phpunit": "^9",
|
|
||||||
"vimeo/psalm": "^3.4"
|
"vimeo/psalm": "^3.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue