GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
Message #209 received at 67902 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/php-xyz.scm (php-symfony-http-kernel): New variable.
Change-Id: Ib5ea43ae5426dabcf4726e8fef2cb0ecd0d87c15
---
gnu/packages/php-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 0cd6c5ddaf..343e946e57 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1828,3 +1828,36 @@ (define-public php-symfony-http-foundation
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-http-kernel
+ (package
+ (name "php-symfony-http-kernel")
+ (version "6.3.7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/http-kernel")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1dhvy4fn4qzqxsk4wiz6z53y3vz9z1n3d7js0s4858z1z7pdsfwv"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-symfony-deprecation-contracts
+ php-symfony-error-handler
+ php-symfony-event-dispatcher
+ php-symfony-http-foundation
+ php-symfony-polyfill-ctype
+ php-psr-log))
+ (native-inputs
+ (list php-phpunit-phpunit
+ php-symfony-dependency-injection
+ php-symfony-phpunit-bridge
+ php-symfony-uid))
+ (synopsis "Handle HTTP requests in PHP")
+ (description
+ "This package provides a structured process for converting an HTTP
+Request into a Response.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.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.