Skip to content

Commit

Permalink
Merge pull request #6 from MammatusPHP/update-mammatus-kubernetes-con…
Browse files Browse the repository at this point in the history
…tracts-to-stable

Update mammatus/kubernetes-contracts to stable
  • Loading branch information
WyriHaximus authored Oct 21, 2024
2 parents 9bbfa71 + 304dd97 commit c4f0e3c
Show file tree
Hide file tree
Showing 4 changed files with 663 additions and 561 deletions.
13 changes: 11 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,17 @@ backward-compatibility-check: ## Check code for backwards incompatible changes
backward-compatibility-check-raw: ## Check code for backwards incompatible changes, doesn't ignore the failure ###
$(DOCKER_RUN) vendor/bin/roave-backward-compatibility-check

shell: ## Provides Shell access in the expected environment ###
$(DOCKER_RUN) ash
shell: ## Provides Shell access in the expected environment ####
$(DOCKER_RUN) bash

install: ## Install dependencies ####
$(DOCKER_RUN) composer install

update: ## Update dependencies ####
$(DOCKER_RUN) composer update -W

outdated: ## Show outdated dependencies ####
$(DOCKER_RUN) composer outdated

task-list-ci: ## CI: Generate a JSON array of jobs to run, matches the commands run when running `make (|all)` ###
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | grep -v "###" | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c 'split("\n")| .[0:-1]'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"php": "^8.2",
"mammatus/kubernetes-contracts": "dev-main"
"mammatus/kubernetes-contracts": "^1"
},
"require-dev": {
"wyrihaximus/test-utilities": "^5.6"
Expand Down
Loading

0 comments on commit c4f0e3c

Please sign in to comment.