[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 21/98] gnu: Add php-phpdocumentor-reflection-commo
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 21/98] gnu: Add php-phpdocumentor-reflection-common. |
Date: |
Mon, 7 Oct 2024 23:43:49 +0200 |
* gnu/packages/php-xyz.scm (php-phpdocumentor-reflection-common): New variable.
Change-Id: I50bdc401ee32e068ae01724f7b1ac3b09bb7e66f
---
gnu/packages/php-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 4fb7693d75..b9537a7099 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -529,3 +529,25 @@ (define-public php-phar-io-version
(home-page "https://phar.io")
(license license:bsd-3)))
+(define-public php-phpdocumentor-reflection-common
+ (package
+ (name "php-phpdocumentor-reflection-common")
+ (version "2.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phpDocumentor/ReflectionCommon")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1q685cpwbfxqy42iz61xxv6zbcc1qskn07nkipflj6c5s935l8jy"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Common reflection classes for phpdocumentor")
+ (description "This package contains common classes used by phpdocumentor
+to analyze the code structure.")
+ (home-page "http://www.phpdoc.org")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v4 08/98] gnu: Add php-doctrine-event-manager., (continued)
- [bug#67902] [PATCH v4 08/98] gnu: Add php-doctrine-event-manager., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 09/98] gnu: Add php-doctrine-instantiator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 10/98] gnu: Add php-doctrine-lexer., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 11/98] gnu: Add php-doctrine-persistence., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 14/98] gnu: Add php-fig-log-test., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 12/98] gnu: Add php-dms-phpunit-arraysubset-asserts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 13/98] gnu: Add php-egulias-email-validator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 15/98] gnu: Add php-hamcrest-hamcrest-php., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 16/98] gnu: Add php-mockery-mockery., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 19/98] gnu: Add php-phar-io-manifest., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 21/98] gnu: Add php-phpdocumentor-reflection-common.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 17/98] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 18/98] gnu: Add php-nikic-php-parser., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 27/98] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 31/98] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 20/98] gnu: Add php-phar-io-version., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 22/98] gnu: Add php-phpdocumentor-reflection-docblock., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 24/98] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 25/98] gnu: Add php-phpstan-phpdoc-parser., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 26/98] gnu: Add php-phpunit-php-code-coverage., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 29/98] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2024/10/07