Skip to content

Commit

Permalink
Merge pull request #2 from wirecli/dev
Browse files Browse the repository at this point in the history
fix(package): fixed composer schema
  • Loading branch information
flydev-fr authored Jul 14, 2023
2 parents e3b30dc + c0d63b0 commit d4f2daa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"php": ">=8.1.0",
"guzzlehttp/guzzle": "~7.7",
"monolog/monolog": "~3.4",
"pmjones/auto-shell": "*",
"pmjones/auto-shell": "^1.0.1",
"symfony/console": "^6.3",
"symfony/filesystem": "^6.3",
"symfony/process": "^6.3"
Expand All @@ -50,7 +50,5 @@
"symfony": {
"require": "5.2.*"
}
},
"stability": "stable",
"version": "1.4.6"
}
}
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit d4f2daa

Please sign in to comment.