[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 75/95] gnu: Add php-symfony-polyfill-ctype.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 75/95] gnu: Add php-symfony-polyfill-ctype. |
Date: |
Tue, 19 Dec 2023 14:57:56 +0100 |
* 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 81f9f6fcdb..44c5363525 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2079,3 +2079,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.41.0
- [bug#67902] [PATCH 40/95] gnu: Add php-sebastian-code-unit-reverse-lookup., (continued)
- [bug#67902] [PATCH 40/95] gnu: Add php-sebastian-code-unit-reverse-lookup., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 46/95] gnu: Add php-sebastian-global-state., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 47/95] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 52/95] gnu: Add php-sebastian-type., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 51/95] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 55/95] gnu: Add php-cache-integration-tests., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 76/95] gnu: Add php-symfony-polyfill-intl-grapheme., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 79/95] gnu: Add php-symfony-polyfill-mbstring., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 60/95] gnu: Add php-symfony-deprecation-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 48/95] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 75/95] gnu: Add php-symfony-polyfill-ctype.,
Nicolas Graves <=
- [bug#67902] [PATCH 80/95] gnu: Add php-symfony-polyfill-uuid., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 59/95] gnu: Add php-symfony-dependency-injection., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 44/95] gnu: Add php-sebastian-environment., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 29/95] gnu: Add php-phpunit-php-text-template., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 37/95] gnu: Add php-psr-simple-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 39/95] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 43/95] gnu: Add php-sebastian-diff., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 49/95] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 50/95] gnu: Add php-sebastian-recursion-context., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 53/95] gnu: Add php-sebastian-version., Nicolas Graves, 2023/12/19