GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/php-xyz.scm (php-doctrine-deprecations): New variable.
Change-Id: Id91e6a41c2f0d1f97f46f316c1f1152c8931d3ca
---
gnu/packages/php-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 484bf03896..a43f0499dd 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -143,3 +143,27 @@ (define-public php-doctrine-common
(home-page "https://www.doctrine-project.org/projects/common")
(license license:expat)))
+(define-public php-doctrine-deprecations
+ (package
+ (name "php-doctrine-deprecations")
+ (version "1.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/doctrine/deprecations")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "15xq18cl1ws37ansc8h1chbjgybvljxsjgwlp8w3ia5zffwxhrdd"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-doctrine-lexer php-psr-cache))
+ (native-inputs
+ (list php-phpunit-phpunit php-psr-log))
+ (synopsis "Thin library around PHP deprecation strategies")
+ (description "This package provides a layer on top of PHP deprecations
+strategies, with no side-effects by default and customization options.")
+ (home-page "https://github.com/doctrine/deprecations")
+ (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.