Skip to content

Commit

Permalink
[#74] Replaced custom git commands. (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 authored Mar 19, 2024
1 parent a0e5cc4 commit 8f8307c
Show file tree
Hide file tree
Showing 14 changed files with 1,057 additions and 296 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
},
"require": {
"php": ">=8.1",
"cpliakas/git-wrapper": "^3.1",
"monolog/monolog": "^3.5",
"symfony/console": "^6.3 || ^7",
"symfony/filesystem": "^6.3 || ^7",
"symfony/finder": "^6.3 || ^7"
"symfony/console": "^6",
"symfony/filesystem": "^6",
"symfony/finder": "^6",
"czproject/git-php": "^4.2",
"symfony/process": "^6"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
Expand Down
Loading

0 comments on commit 8f8307c

Please sign in to comment.