An error occurred while loading the file. Please try again.
-
Phil Burton authored6824dd8c
This project manages its dependencies using Composer.
Learn more
{
"name": "phil/blamarine",
"authors": [
{
"name": "FBenas",
"email": "phil@pgburton.com"
}
],
"require": {
"fbeans/blairc": "dev-sub-commands",
"paquettg/php-html-parser": "dev-master",
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-4": {
"FBeans\\Blaflight\\": "src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://www.blatech.co.uk/FBeans/blairc.git"
}
],
"minimum-stability": "dev"
}