[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 95/98] gnu: Add php-webmozart-assert.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 95/98] gnu: Add php-webmozart-assert. |
Date: |
Mon, 7 Oct 2024 23:45:03 +0200 |
* gnu/packages/php-xyz.scm (php-webmozart-assert): New variable.
Change-Id: I4ab034d68ea7d13098292b7df1ae2405e9ea662b
---
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 a45eae341c..9defe78f7a 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2554,3 +2554,27 @@ (define-public php-twig-twig
(home-page "https://twig.symfony.com")
(license license:bsd-3)))
+(define-public php-webmozart-assert
+ (package
+ (name "php-webmozart-assert")
+ (version "1.11.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/webmozarts/assert")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1i2fcyz5xmfs7dz7gwds1fkqzzvw35six0bqmi0yvkxnc54q3wj1"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (inputs
+ (list php-symfony-polyfill-ctype))
+ (synopsis "Assertions to validate method I/O with nice error messages")
+ (description "This library contains efficient assertions to test the input
+and output of PHP methods.")
+ (home-page "https://github.com/webmozarts/assert")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v4 69/98] gnu: Add php-symfony-http-kernel., (continued)
- [bug#67902] [PATCH v4 69/98] gnu: Add php-symfony-http-kernel., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 70/98] gnu: Add php-symfony-intl., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 73/98] gnu: Add php-symfony-phpunit-bridge., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 74/98] gnu: Add php-symfony-process., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 80/98] gnu: Add php-symfony-polyfill-mbstring., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 77/98] gnu: Add php-symfony-polyfill-intl-grapheme., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 78/98] gnu: Add php-symfony-polyfill-intl-idn., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 87/98] gnu: Add php-symfony-var-dumper., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 85/98] gnu: Add php-symfony-translation-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 90/98] gnu: Add php-doctrine-cache., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 95/98] gnu: Add php-webmozart-assert.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 75/98] gnu: Add php-symfony-property-info., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 89/98] gnu: Add php-symfony-yaml., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 88/98] gnu: Add php-symfony-var-exporter., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 83/98] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 96/98] gnu: Add php-phpunit-phpunit., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 76/98] gnu: Add php-symfony-polyfill-ctype., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 92/98] gnu: Add php-doctrine-dbal., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 71/98] gnu: Add php-symfony-lock., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 72/98] gnu: Add php-symfony-mime., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 82/98] gnu: Add php-symfony-service-contracts., Nicolas Graves, 2024/10/07