Updated composer and makefile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user