Added dev changes

This commit is contained in:
René Halberstadt
2026-07-21 22:18:39 +02:00
parent b7eb25e03b
commit d7032a76d9
3 changed files with 4 additions and 8 deletions
+1
View File
@@ -5,3 +5,4 @@ RUN apk add --no-cache git unzip
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
WORKDIR /app
+1 -1
View File
@@ -8,7 +8,7 @@ build:
## Install Composer dependencies
install:
$(PHP) composer install
$(PHP) composer install
## Run unit tests
test:
+2 -7
View File
@@ -2,6 +2,7 @@
"name": "tez/utils-arr",
"type": "library",
"description": "Array utility helpers",
"version": "1.0.0",
"license": "MIT",
"autoload": {
"psr-4": {
@@ -16,13 +17,7 @@
"repositories": [
{
"type": "git",
"url": "https://gitea.root-zone.info/Development/tez-utils-enum.git",
"priority": 100
},
{
"type": "git",
"url": "https://github.com/tezmanian/tez-utils-enum.git",
"priority": 50
"url": "https://github.com/tezmanian/tez-utils-enum.git"
}
],
"require": {