[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 09/98] gnu: Add php-doctrine-instantiator.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 09/98] gnu: Add php-doctrine-instantiator. |
Date: |
Mon, 7 Oct 2024 23:43:37 +0200 |
* gnu/packages/php-xyz.scm (php-doctrine-instantiator): New variable.
Change-Id: I3552f77fef0a42964f36a751cf8fe83167d1a236
---
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 d1a224810d..56b0debcec 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -182,3 +182,25 @@ (define-public php-doctrine-event-manager
(home-page "https://www.doctrine-project.org/projects/event-manager")
(license license:expat)))
+(define-public php-doctrine-instantiator
+ (package
+ (name "php-doctrine-instantiator")
+ (version "2.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/doctrine/instantiator")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1y8ajlwdzrw92lx6bnc5p7lwgrgbf602lqlyxfrsff7x538as73n"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Utility for instantiating PHP objects")
+ (description "This package provides a small, lightweight utility to
+instantiate objects in PHP without invoking their constructors")
+ (home-page "https://www.doctrine-project.org/projects/instantiator")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v4 01/98] gnu: Add abnfgen., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 03/98] gnu: php-xyz: Add copyright and useful modules., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 02/98] gnu: php-xyz: Add copyright and useful modules., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 04/98] gnu: Add php-cache-tag-interop., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 05/98] gnu: Add php-doctrine-collections., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 06/98] gnu: Add php-doctrine-common., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 07/98] gnu: Add php-doctrine-deprecations., Nicolas Graves, 2024/10/07
- [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 <=
- [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, 2024/10/07
- [bug#67902] [PATCH v4 17/98] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2024/10/07