Skip to content

Commit

Permalink
fix: correct types
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed May 19, 2024
1 parent 51bf2b8 commit 42a0ce3
Show file tree
Hide file tree
Showing 6 changed files with 371 additions and 821 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ vendor
beam.phar
beam.phar.version
/makefile
/Makefile
/Makefile
.phpunit.result.cache
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"require": {
"php": ">=8",
"symfony/console": "^5.4.9",
"symfony/process": "^5.4.8",
"symfony/options-resolver": "^5.4.3",
"symfony/config": "^5.4.9",
"symfony/console": "^6.3.4",
"symfony/process": "^6.3.4",
"symfony/options-resolver": "^6.3.0",
"symfony/config": "^6.3.2",
"herzult/php-ssh": "~1.0",
"stecman/symfony-console-completion": "~0.11.0",
"seld/jsonlint": "~1.1"
"stecman/symfony-console-completion": "^0.12.2",
"seld/jsonlint": "^1.10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mikey179/vfsstream": "~1.2",
"mikey179/vfsstream": "^1.6.11",
"symfony/finder": "^5.4.8"
},
"scripts": {
Expand Down
Loading

0 comments on commit 42a0ce3

Please sign in to comment.