Skip to content

Commit

Permalink
chore: updating the CLI packages
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Aug 9, 2024
1 parent 79fb624 commit df65de2
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 35 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"keywords": ["php","framework", "upf", "utopia", "orchestration", "docker", "swarm", "kubernetes"],
"license": "MIT",
"minimum-stability": "stable",
"minimum-stability": "RC",
"scripts": {
"lint": "./vendor/bin/pint --test",
"test": "./vendor/bin/phpunit --configuration phpunit.xml",
Expand All @@ -19,7 +19,7 @@
},
"require": {
"php": ">=8.0",
"utopia-php/cli": "0.17.*"
"utopia-php/cli": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down
170 changes: 137 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df65de2

Please sign in to comment.