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 d4092fc commit 5ccd6d2Copy full SHA for 5ccd6d2
composer.json
@@ -33,7 +33,7 @@
33
},
34
"extra": {
35
"branch-alias": {
36
- "dev-master": "3.3-dev"
+ "dev-master": "3.4-dev"
37
}
38
39
readme.md
@@ -27,7 +27,7 @@ The recommended way to install is via Composer:
27
composer require nette/php-generator
28
```
29
30
-- PhpGenerator 3.3 & 3.2 is compatible with PHP 7.1 to 7.4
+- PhpGenerator 3.2 – 3.4 is compatible with PHP 7.1 to 7.4
31
- PhpGenerator 3.1 is compatible with PHP 7.1 to 7.3
32
- PhpGenerator 3.0 is compatible with PHP 7.0 to 7.3
- PhpGenerator 2.6 is compatible with PHP 5.6 to 7.3
0 commit comments