We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0427a51 commit 6781273Copy full SHA for 6781273
README.md
@@ -550,7 +550,7 @@ echo $result;
550
## Test/development requirements
551
552
```json
553
-"eboreum/phpunit-with-consecutive-alternative": "dev-main",
+"eboreum/phpunit-with-consecutive-alternative": "^1.0",
554
"nette/neon": "^3.2",
555
"phpstan/phpstan": "^2.1.5",
556
"phpunit/phpunit": "^11.3",
composer.json
@@ -7,7 +7,7 @@
7
"eboreum/caster": "^2.1"
8
},
9
"require-dev": {
10
- "eboreum/phpunit-with-consecutive-alternative": "dev-main",
+ "eboreum/phpunit-with-consecutive-alternative": "^1.0",
11
12
13
0 commit comments