mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 14:26:08 +03:00
Note in UPGRADE.md about minimum PHP version requirement in the next major release
This commit is contained in:
parent
5c57d3b379
commit
63299157d8
@ -1,5 +1,9 @@
|
|||||||
## Upgrade v0.11.x > dev-master
|
## Upgrade v0.11.x > dev-master
|
||||||
|
|
||||||
|
### Breaking: Minimum supported version is PHP5.6
|
||||||
|
Dropped support for PHP 5.5. This release still supports PHP 5.6 and PHP 7.0
|
||||||
|
**But the next major release will require PHP7.1+**
|
||||||
|
|
||||||
### Breaking: Descriptions in comments are not used as descriptions by default anymore
|
### Breaking: Descriptions in comments are not used as descriptions by default anymore
|
||||||
Descriptions now need to be inside Strings or BlockStrings in order to be picked up as
|
Descriptions now need to be inside Strings or BlockStrings in order to be picked up as
|
||||||
description. If you want to keep the old behaviour you can supply the option `commentDescriptions`
|
description. If you want to keep the old behaviour you can supply the option `commentDescriptions`
|
||||||
@ -90,7 +94,6 @@ After the change:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Upgrade v0.8.x, v0.9.x > v0.10.x
|
## Upgrade v0.8.x, v0.9.x > v0.10.x
|
||||||
|
|
||||||
### Breaking: changed minimum PHP version from 5.4 to 5.5
|
### Breaking: changed minimum PHP version from 5.4 to 5.5
|
||||||
|
Loading…
Reference in New Issue
Block a user