Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes
This commit is contained in:
parent
b11a755ba8
commit
c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions
17
vendor/symfony/polyfill-php54/README.md
vendored
Normal file
17
vendor/symfony/polyfill-php54/README.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
Symfony Polyfill / Php54
|
||||
========================
|
||||
|
||||
This component provides functions unavailable in releases prior to PHP 5.4:
|
||||
|
||||
- [`trait_exists`](http://php.net/trait_exists)
|
||||
- [`class_uses`](http://php.net/class_uses)
|
||||
- [`hex2bin`](http://php.net/hex2bin)
|
||||
- [`session_register_shutdown`](http://php.net/session_register_shutdown)
|
||||
|
||||
More information can be found in the
|
||||
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
This library is released under the [MIT license](LICENSE).
|
Reference in a new issue