[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v5 09/54] gnu: Add php-doctrine-instantiator.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v5 09/54] gnu: Add php-doctrine-instantiator. |
Date: |
Fri, 18 Oct 2024 01:05:32 +0200 |
* gnu/packages/php-bootstrap.scm (php-doctrine-instantiator): New variable.
---
gnu/packages/php-bootstrap.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/php-bootstrap.scm b/gnu/packages/php-bootstrap.scm
index 45e20c9fd9..192f4e5f5b 100644
--- a/gnu/packages/php-bootstrap.scm
+++ b/gnu/packages/php-bootstrap.scm
@@ -182,3 +182,25 @@ (define-public php-doctrine-event-manager
system that was built to be used with the various Doctrine projects.")
(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 v5 01/54] gnu: Add abnfgen., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 03/54] gnu: php-bootstrap: Add module imports and copyright., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 02/54] gnu: php-xyz: Move module to php-bootstrap., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 05/54] gnu: Add php-doctrine-collections., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 07/54] gnu: Add php-doctrine-deprecations., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 04/54] gnu: Add php-doctrine-annotations., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 06/54] gnu: Add php-doctrine-common., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 08/54] gnu: Add php-doctrine-event-manager., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 10/54] gnu: Add php-doctrine-lexer., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 09/54] gnu: Add php-doctrine-instantiator.,
Nicolas Graves <=
- [bug#67902] [PATCH v5 13/54] gnu: Add php-mockery-mockery., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 11/54] gnu: Add php-doctrine-persistence., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 14/54] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 15/54] gnu: Add php-nikic-php-parser., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 12/54] gnu: Add php-hamcrest-hamcrest-php., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 18/54] gnu: Add php-phpdocumentor-reflection-common., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 17/54] gnu: Add php-phar-io-version., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 25/54] gnu: Add php-phpunit-php-invoker., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 41/54] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 21/54] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2024/10/17