Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add composer.json to install OpenStack SDK at last good commit before…
Browse files Browse the repository at this point in the history
… the project was declared EOL.
  • Loading branch information
rlmckenney committed Nov 5, 2015
1 parent 99bf8e4 commit 412a3bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions core/src/plugins/access.swift/openstack-sdk-php/composer.json
@@ -0,0 +1,16 @@
{
"name": "pydio/openstack-sdk-php",
"description": "This will install the last published commit of the prototype OpenStack SDK before it was EOL.",
"type": "metapackage",
"authors": [
{
"name": "Robert McKenney",
"email": "robert@mckenney.ca"
}
],
"minimum-stability": "dev",

"require-dev": {
"openstack/openstack-sdk-php": "dev-master#4536bbc166ada96ff2a3a5a4b6e636b093103f0e"
}
}

0 comments on commit 412a3bd

Please sign in to comment.