Summary
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).
Versions
v2.8.20 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- amd64 x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-lang / php : The PHP language runtime engine
dev-php / fedora-autoloader : Fedora's Static PSR-4, PSR-0, and classmap autoloader
dev-php / symfony-filesystem : Symfony Filesystem Component
Runtime Dependencies
dev-lang / php : The PHP language runtime engine
dev-php / fedora-autoloader : Fedora's Static PSR-4, PSR-0, and classmap autoloader
dev-php / symfony-filesystem : Symfony Filesystem Component
Depending packages
dev-php / phpdepend : Static code analysis for PHP
dev-php / symfony-dependency-injection : Symfony DependencyInjection Component
Bugs
- 738016
- dev-php/symfony-config-2.8.20 fails tests
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-php/symfony-config: x86 stable wrt bug #754018
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-php/symfony-config: amd64 stable wrt bug #754018
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Guillaume Seren · gentoo
dev-php/symfony-config: Restrict <dev-php/phpunit-6
Closes: https://bugs.gentoo.org/737846 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michael Orlitzky · gentoo
dev-php/symfony-config: new version 2.8.20.
This new version depends (optionally) on a newer version of PHPUnit, which lets us run its test suite. The test suite passes for me, so I've removed the RESTRICT=test. Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michael Orlitzky · gentoo
dev-php/symfony-config: new version 2.8.19.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michael Orlitzky · gentoo
dev-php/symfony-config: add missing symfony-filesystem dependency.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Michael Orlitzky · gentoo
dev-php/symfony-config: replace version 2.1.0 with version 2.8.15.
Package-Manager: portage-2.3.0 - Guillaume Seren · gentoo
dev-php/symfony-config: Add 2.1.0 version
This is needed for composer-1.2.2, bug 439206. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>