Bump PHP req, PHPUnit version

This commit is contained in:
MGatner 2020-10-30 18:13:27 +00:00 committed by John Paul E. Balandan, CPA
parent 841529136d
commit 22e34b190f
4 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
"homepage": "https://codeigniter.com",
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3||^8.0",
"ext-curl": "*",
"ext-intl": "*",
"ext-json": "*",
@ -18,7 +18,7 @@
"codeigniter4/codeigniter4-standard": "^1.0",
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.1",
"predis/predis": "^1.1",
"squizlabs/php_codesniffer": "^3.3"
},

View File

@ -4,13 +4,13 @@
"homepage": "https://codeigniter.com",
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0"
"php": "^7.3||^8.0"
},
"require-dev": {
"codeigniter4/codeigniter4": "dev-develop",
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.1"
},
"suggest": {
"ext-fileinfo": "Improves mime type detection for files"

View File

@ -5,13 +5,13 @@
"homepage": "https://codeigniter.com",
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3||^8.0",
"codeigniter4/framework": "^4"
},
"require-dev": {
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.1"
},
"suggest": {
"ext-fileinfo": "Improves mime type detection for files"

View File

@ -5,7 +5,7 @@
"homepage": "https://codeigniter.com",
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3||^8.0",
"ext-curl": "*",
"ext-intl": "*",
"ext-json": "*",
@ -18,8 +18,8 @@
"codeigniter4/codeigniter4-standard": "^1.0",
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "0.12.69",
"phpunit/phpunit": "^8.5 || ^9.1",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.1",
"predis/predis": "^1.1",
"rector/rector": "^0.8",
"squizlabs/php_codesniffer": "^3.3"