Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit e8b2f93

Browse files
committed
chore: update phpunit to ^7.0 and add composer test command
1 parent e0c8d9f commit e8b2f93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"require-dev": {
1818
"squizlabs/php_codesniffer": "^3.1",
1919
"satooshi/php-coveralls": "^1.0",
20-
"phpunit/phpunit": "^6.5",
20+
"phpunit/phpunit": "^7.0",
2121
"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
22+
},
23+
"scripts": {
24+
"test": "phpunit --filter CodeIgniter4"
2225
}
2326
}

0 commit comments

Comments
 (0)