update v1.0.6
This commit is contained in:
2
vendor/symfony/polyfill-php56/LICENSE
vendored
2
vendor/symfony/polyfill-php56/LICENSE
vendored
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2014-2015 Fabien Potencier
|
||||
Copyright (c) 2014-2016 Fabien Potencier
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
4
vendor/symfony/polyfill-php56/README.md
vendored
4
vendor/symfony/polyfill-php56/README.md
vendored
@@ -6,10 +6,10 @@ This component provides functions unavailable in releases prior to PHP 5.6:
|
||||
- [`hash_equals`](http://php.net/hash_equals) (part of [hash](http://php.net/hash) extension)
|
||||
- [`ldap_escape`](http://php.net/ldap_escape) (part of [ldap](http://php.net/ldap) extension)
|
||||
|
||||
More information can be found in the
|
||||
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).
|
||||
This library is released under the [MIT license](LICENSE).
|
||||
|
2
vendor/symfony/polyfill-php56/composer.json
vendored
2
vendor/symfony/polyfill-php56/composer.json
vendored
@@ -26,7 +26,7 @@
|
||||
"minimum-stability": "dev",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
"dev-master": "1.1-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user