GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
Message #776 received at 67902 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/php-xyz.scm (php-symfony-config): New variable.
Change-Id: I269a8fc89b874c917e6ee49f50b633a31501a8e8
---
gnu/packages/php-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 764b643248..b1581efb3f 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1457,3 +1457,30 @@ (define-public php-symfony-cache-contracts
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-config
+ (package
+ (name "php-symfony-config")
+ (version "6.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/config")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0rvpmh9h9gp095l6f4bmsn6flrikig2gsxxpan521dw27aw3r9sx"))))
+ (build-system composer-build-system)
+ (inputs (list php-symfony-deprecation-contracts
+ php-symfony-filesystem
+ php-symfony-polyfill-ctype))
+ (native-inputs
+ (list php-phpunit-phpunit
+ php-symfony-event-dispatcher))
+ (synopsis "Configure PHP values")
+ (description
+ "This package provides utilities to find, load, combine, autofill and
+validate configuration values of any kind.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.46.0
This bug report was last modified 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.