Skip to content

Commit 7a62924

Browse files
authored
Merge pull request #59 from kenjis/update-phpunit
[4.x] chore: update PHPUnit to 9.5
2 parents 9f154d2 + 804a99c commit 7a62924

File tree

3 files changed

+559
-256
lines changed

3 files changed

+559
-256
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.0",
19+
"php": ">=7.3.0",
2020
"twig/twig": "^3.1.1"
2121
},
2222
"require-dev": {
2323
"codeigniter4/framework": "^4.0.4",
24-
"phpunit/phpunit": "^8.5"
24+
"phpunit/phpunit": "^9.5"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)