Updated composer and makefile

This commit is contained in:
René Halberstadt
2026-07-18 14:32:19 +02:00
parent 0ede6efdbf
commit c4f19e0c26
3 changed files with 5 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
PHP = docker compose run --rm php
.PHONY: install test phpstan cs-fix cs-check audit shell build
.PHONY: install update test phpstan cs-fix cs-check audit shell build
build:
docker compose build
@@ -8,6 +8,9 @@ build:
install:
$(PHP) composer install
update:
$(PHP) composer update
vendor:
$(MAKE) install
-1
View File
@@ -3,7 +3,6 @@
"type": "library",
"description": "Enum traits and utilities",
"license": "MIT",
"version": "1.0.0",
"autoload": {
"psr-4": {
"Tez\\Utils\\Enum\\": "src/"
Generated
+1 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "441298a49959bd9f2a49ec421eb2e0e1",
"content-hash": "10e7dbe8d3ce0d5b47c7ba938b647061",
"packages": [],
"packages-dev": [
{