Skip to content

Commit

Permalink
Add custom vcs for goutte
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyReyno committed Apr 4, 2021
1 parent 25a353e commit a5fbe78
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require": {
"fabpot/goutte": "^3.2",
"fabpot/goutte": "dev-master",
"php": "^7.1"
},
"require-dev": {
Expand All @@ -52,6 +52,10 @@
"config": {
"sort-packages": true
},
"repositories": {
}
"repositories": [
{
"type": "vcs",
"url": "[email protected]:aniplaylist/Goutte.git"
}
]
}

0 comments on commit a5fbe78

Please sign in to comment.