[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 76/96] gnu: Add php-symfony-polyfill-ctype.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 76/96] gnu: Add php-symfony-polyfill-ctype. |
Date: |
Mon, 7 Oct 2024 02:00:11 +0200 |
* gnu/packages/php-xyz.scm (php-symfony-polyfill-ctype): New variable.
Change-Id: I0508970374a7fb378df722ca6ca65a64d0222673
---
gnu/packages/php-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 5569cb9646..5bd9dce2bf 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2071,3 +2071,23 @@ (define-public php-symfony-property-info
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-polyfill-ctype
+ (package
+ (name "php-symfony-polyfill-ctype")
+ (version "1.28.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/polyfill-ctype")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1xl4a18gvgc346m8s8pp2lphzlfdvy0jm82bkjrl09ym5qaxk5kv"))))
+ (build-system composer-build-system)
+ (synopsis "Ctype functions for older PHP versions")
+ (description "This component provides @code{ctype_*} functions to users
+who run php versions without the ctype extension.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v3 69/96] gnu: Add php-symfony-http-kernel., (continued)
- [bug#67902] [PATCH v3 69/96] gnu: Add php-symfony-http-kernel., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 67/96] gnu: Add php-symfony-finder., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 73/96] gnu: Add php-symfony-phpunit-bridge., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 77/96] gnu: Add php-symfony-polyfill-intl-grapheme., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 85/96] gnu: Add php-symfony-translation-contracts., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 82/96] gnu: Add php-symfony-service-contracts., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 88/96] gnu: Add php-symfony-var-exporter., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 87/96] gnu: Add php-symfony-var-dumper., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 74/96] gnu: Add php-symfony-process., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 83/96] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 76/96] gnu: Add php-symfony-polyfill-ctype.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 80/96] gnu: Add php-symfony-polyfill-mbstring., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 86/96] gnu: Add php-symfony-uid., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 90/96] gnu: Add php-doctrine-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 95/96] gnu: Add php-webmozart-assert., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 92/96] gnu: Add php-doctrine-dbal., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 91/96] gnu: Add php-doctrine-annotations., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 93/96] gnu: Add php-theseer-tokenizer., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 94/96] gnu: Add php-twig-twig., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 96/96] gnu: Add php-phpunit-phpunit., Nicolas Graves, 2024/10/06