This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Config
Nicolas Grekas 52cf7657d0 bug #23703 Bump minimal PHP version to ^5.5.9|>=7.0.8 (nicolas-grekas)
This PR was merged into the 3.3 branch.

Discussion
----------

Bump minimal PHP version to ^5.5.9|>=7.0.8

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #22973
| License       | MIT
| Doc PR        | -

As spotted in the linked issue, because of https://bugs.php.net/72229.

Commits
-------

2282a6f Bump minimal PHP version to ^5.5.9|>=7.0.8
2017-08-03 10:59:45 +02:00
..
Definition Added a castToArray() config helper 2017-03-06 08:50:45 -08:00
DependencyInjection [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +01:00
Exception [Config] Fix resource tracking with new GlobResource 2017-05-03 15:21:08 +02:00
Loader [Config] Allow empty globs 2017-05-31 10:49:17 +02:00
Resource [Config] Fix checking class existence freshness 2017-08-02 11:40:26 +02:00
Tests [Config] Fix checking class existence freshness 2017-08-02 11:40:26 +02:00
Util Fixed bugs in names of classes and methods. 2016-07-26 06:40:54 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Added a castToArray() config helper 2017-03-06 08:50:45 -08:00
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
ConfigCache.php [Config] ConfigCache::isFresh() should return false on __PHP_Incomplete_Class 2016-11-29 11:39:48 +01:00
ConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php [Config] Fix resource tracking with new GlobResource 2017-05-03 15:21:08 +02:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +01:00
ResourceCheckerConfigCacheFactory.php [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +01:00
ResourceCheckerInterface.php fixed CS 2016-06-29 07:31:50 +02:00

Config Component

The Config component provides several classes to help you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).

Resources