Skip to content

Commit cb73d3d

Browse files
committed
Move phpunit requirement from dev
1 parent 7ee0868 commit cb73d3d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pick your version! Version numbering follows major PHPUnit version numbers, so f
1616
PHPUnit N.x, the installation command would look like this:
1717

1818
```sh
19-
composer require --dev czukowski/phpunit-sql "~N.0"
19+
composer require czukowski/phpunit-sql "~N.0"
2020
```
2121

2222
Usage

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
"issues": "https://github.com/czukowski/phpunit-sql/issues"
1616
},
1717
"require": {
18-
"php": ">=7.0"
19-
},
20-
"require-dev": {
21-
"phpunit/phpunit": "~6.0"
18+
"phpunit/phpunit": "*"
2219
},
2320
"autoload": {
2421
"psr-4": {

0 commit comments

Comments
 (0)