Skip to content

Commit

Permalink
feat: code updates
Browse files Browse the repository at this point in the history
Updated tests, dependencies, and fixed stan level

feat: added buggregator/trap support with Makefile and docker

fix: laravel service provider

fix: phpstan errors on level 5
  • Loading branch information
lotyp committed May 1, 2024
1 parent 908ace0 commit 9a0de71
Show file tree
Hide file tree
Showing 13 changed files with 415 additions and 58 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ down: # Stops and removes containers of this project
$(DOCKER_COMPOSE) down --remove-orphans --volumes
.PHONY: down

up-trap:
$(DOCKER_COMPOSE) up trap --remove-orphans
.PHONY: up-trap

down-trap:
$(DOCKER_COMPOSE) down trap --remove-orphans --volumes
.PHONY: down-trap

restart: down up ## Runs down and up commands
.PHONY: restart

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
"cycle/orm": "^2.7"
},
"require-dev": {
"buggregator/trap": "^1.5",
"cycle/entity-behavior": "^1.3",
"ergebnis/composer-normalize": "^2.42",
"ergebnis/phpunit-slow-test-detector": "^2.14",
"illuminate/support": "^10.48 || ^11.0",
"mockery/mockery": "^1.6",
"pestphp/pest": "^2.34",
"phpstan/extension-installer": "^1.3",
Expand All @@ -53,8 +55,7 @@
"spiral/logger": "^3.12",
"spiral/testing": "^2.7",
"vimeo/psalm": "^5.23",
"wayofdev/cs-fixer-config": "^1.2",
"illuminate/support": "^10.48 || ^11.0"
"wayofdev/cs-fixer-config": "^1.2"
},
"suggest": {
"spiral/cycle-bridge": "Provides integration with Spiral Framework",
Expand Down
Loading

0 comments on commit 9a0de71

Please sign in to comment.