Skip to content

Commit

Permalink
Merge pull request #86 from ingenerator/remove-old-packages
Browse files Browse the repository at this point in the history
Remove dead & unused packages
  • Loading branch information
acoulton authored Sep 28, 2023
2 parents 0a420c3 + c3f9718 commit 4c0c716
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions satis-explicit-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
"homepage" : "https://php-packages.ingenerator.com",
"repositories": [
{"type": "vcs", "url": "https://github.com/craig410/rpage"},
{"type": "vcs", "url": "https://github.com/acoulton/kodoctrine"},
{"type": "vcs", "url": "https://github.com/acoulton/doctrine1"},
{"type": "vcs", "url": "https://github.com/ingenerator/kohana-dependencies"},
{"type": "vcs", "url": "https://github.com/ingenerator/chrome-mink-driver"},
{"type": "vcs", "url": "https://github.com/ingenerator/cloud-tasks-wrapper"},
{"type": "vcs", "url": "https://github.com/ingenerator/content-snippets.git"},
{"type": "vcs", "url": "https://github.com/ingenerator/form.git"},
{"type": "vcs", "url": "https://github.com/ingenerator/image-processing.git"},
{"type": "vcs", "url": "https://github.com/ingenerator/phinx-wrapper.git"},
{"type": "vcs", "url": "https://github.com/ingenerator/no-robloach-component-installer"},
{"type": "vcs", "url": "https://github.com/ingenerator/swiftmailer-transport-ses"},
{"type": "vcs", "url": "https://github.com/ingenerator/warden-core"},
{"type": "vcs", "url": "https://github.com/ingenerator/warden-auth"},
{"type": "vcs", "url": "https://github.com/ingenerator/warden-validator-symfony"},
Expand All @@ -36,64 +32,6 @@
"reference": "95911d5e0c941577c05ba166a0ee7fc9a5040467"
}
}
},
{
"type": "package",
"package": {
"name": "ingenerator/tmp-mink-extension-php-8",
"description": "Mink extension for Behat",
"keywords": [
"web",
"test",
"browser",
"gui"
],
"homepage": "http://extensions.behat.org/mink",
"license": "MIT",
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "[email protected]"
},
{
"name": "Christophe Coevoet",
"email": "[email protected]"
}
],
"version": "2.5.0.1",
"dist": {
"url": "https://github.com/moodlehq/MinkExtension/archive/586ffcc1dc08ed23fcbc89cb16cb6f72d40499f3.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/moodlehq/MinkExtension",
"type": "git",
"reference": "586ffcc1dc08ed23fcbc89cb16cb6f72d40499f3"
},
"require": {
"php": ">=7.2",
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^3.4 || ^4.4 || ^5.0"
},
"replace": {
"behat/mink-extension": "self.version"
},
"require-dev": {
"behat/mink-goutte-driver": "^1.1",
"phpspec/phpspec": "^6.0 || ^7.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\MinkExtension": "src/"
}
}
}
}
],
"require-all" : true
Expand Down

0 comments on commit 4c0c716

Please sign in to comment.