We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22770b commit 266c0b5Copy full SHA for 266c0b5
README.md
@@ -26,11 +26,10 @@ Integration of Nette Framework to Codeception.
26
27
| State | Version | Branch | PHP | |
28
|-------------|----------|----------|---------|-----------------|
29
-| dev | `^1.1.0` | `master` | `^7.2` | |
30
-| stable | `^1.0.0` | `master` | `>=7.1` | |
+| dev | `^1.3.0` | `master` | `^7.2` | |
+| stable | `^1.2.0` | `master` | `^7.2` | |
31
| stable | `^0.8.1` | `master` | `>=7.1` | (old namespace) |
32
33
-
34
## Maintainers
35
36
<table>
composer.json
@@ -61,7 +61,7 @@
61
},
62
"extra": {
63
"branch-alias": {
64
- "dev-master": "1.1-dev"
+ "dev-master": "1.3.x-dev"
65
}
66
67
0 commit comments