Skip to content

Commit 22e34b1

Browse files
MGatnerpaulbalandan
authored andcommitted
Bump PHP req, PHPUnit version
1 parent 8415291 commit 22e34b1

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

admin/framework/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.2 || ^8.0",
8+
"php": "^7.3||^8.0",
99
"ext-curl": "*",
1010
"ext-intl": "*",
1111
"ext-json": "*",
@@ -18,7 +18,7 @@
1818
"codeigniter4/codeigniter4-standard": "^1.0",
1919
"fakerphp/faker": "^1.9",
2020
"mikey179/vfsstream": "^1.6",
21-
"phpunit/phpunit": "^8.5",
21+
"phpunit/phpunit": "^9.1",
2222
"predis/predis": "^1.1",
2323
"squizlabs/php_codesniffer": "^3.3"
2424
},

admin/module/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"homepage": "https://codeigniter.com",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2 || ^8.0"
7+
"php": "^7.3||^8.0"
88
},
99
"require-dev": {
1010
"codeigniter4/codeigniter4": "dev-develop",
1111
"fakerphp/faker": "^1.9",
1212
"mikey179/vfsstream": "^1.6",
13-
"phpunit/phpunit": "^8.5"
13+
"phpunit/phpunit": "^9.1"
1414
},
1515
"suggest": {
1616
"ext-fileinfo": "Improves mime type detection for files"

admin/starter/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.2 || ^8.0",
8+
"php": "^7.3||^8.0",
99
"codeigniter4/framework": "^4"
1010
},
1111
"require-dev": {
1212
"fakerphp/faker": "^1.9",
1313
"mikey179/vfsstream": "^1.6",
14-
"phpunit/phpunit": "^8.5"
14+
"phpunit/phpunit": "^9.1"
1515
},
1616
"suggest": {
1717
"ext-fileinfo": "Improves mime type detection for files"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.2 || ^8.0",
8+
"php": "^7.3||^8.0",
99
"ext-curl": "*",
1010
"ext-intl": "*",
1111
"ext-json": "*",
@@ -18,8 +18,8 @@
1818
"codeigniter4/codeigniter4-standard": "^1.0",
1919
"fakerphp/faker": "^1.9",
2020
"mikey179/vfsstream": "^1.6",
21-
"phpstan/phpstan": "0.12.69",
22-
"phpunit/phpunit": "^8.5 || ^9.1",
21+
"phpstan/phpstan": "^0.12",
22+
"phpunit/phpunit": "^9.1",
2323
"predis/predis": "^1.1",
2424
"rector/rector": "^0.8",
2525
"squizlabs/php_codesniffer": "^3.3"

0 commit comments

Comments
 (0)