Skip to content

Commit

Permalink
Exit code (#48)
Browse files Browse the repository at this point in the history
* build: update phpgt/server dependency

* build: update dependencies (migrate command updated)
closes #46

* fix: non-zero composer exit code
fixes #40
  • Loading branch information
g105b authored Dec 31, 2023
1 parent f960844 commit eccb02c
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 161 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

"require": {
"php": ">=8.0",
"phpgt/cli": "^v1.3",
"phpgt/server": "^v1.1",
"phpgt/cron": "^v1.0",
"phpgt/database": "^v1.3",
"phpgt/build": "^v1.0"
"phpgt/cli": "^1.3",
"phpgt/server": "^1.1",
"phpgt/cron": "^1.0",
"phpgt/database": "^1.6",
"phpgt/build": "^1.0"
},
"require-dev": {
"phpstan/phpstan": "^v1.8",
"phpunit/phpunit": "^v9.5"
"phpstan/phpstan": "v1.8.0",
"phpunit/phpunit": "v9.5.21"
},

"autoload": {
Expand Down
Loading

0 comments on commit eccb02c

Please sign in to comment.