Skip to content

Commit

Permalink
Merge pull request #15 from simevo/bugfix/issue-14-packagist
Browse files Browse the repository at this point in the history
fix #14
  • Loading branch information
marcoalbarelli authored Oct 11, 2018
2 parents 350efc8 + 71830c6 commit 9819821
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp", "spid" ],
"homepage": "https://github.com/italia/spid-symfony-bundle",
"license": "GPL-3",
"minimum-stability": "dev",
"authors": [
{
"name": "Marco Albarelli",
Expand All @@ -14,7 +13,7 @@
],
"require": {
"php": ">=7.0",
"italia/spid-php-lib": "0.12",
"italia/spid-php-lib": "^0.10.0",
"symfony/framework-bundle": "~2.7|~3.0",
"symfony/console": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
Expand All @@ -34,11 +33,5 @@
"psr-4": {
"Italia\\SpidSymfonyBundle\\": ""
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/italia/spid-php-lib"
}
]
}
}

0 comments on commit 9819821

Please sign in to comment.