Updated composer.json, added description and updfated fallback repo
PHP Composer / build (push) Successful in 47s

This commit is contained in:
René Halberstadt
2026-07-26 16:06:57 +02:00
parent e00dad333d
commit f9ec1c92ce
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "tez/utils-arr",
"type": "library",
"description": "Array utility helpers",
"description": "A set of focused PHP array utilities: grouping, pagination, diffing, sorting, partitioning, flattening, cartesian products, and more — PHP 8.3+, no framework required.",
"license": "MIT",
"autoload": {
"psr-4": {
@@ -16,7 +16,7 @@
"repositories": [
{
"type": "git",
"url": "https://gitea.root-zone.info/Development/tez-utils-enum.git"
"url": "https://gitea.root-zone.info/tez/tez-utils-enum.git"
},
{
"type": "git",