Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultjunin committed Nov 19, 2017
1 parent 764ebd9 commit 91a2476
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "stan-tab-corp/staileuaccounts",
"name": "stan-tab-corp/staileu-accounts",
"description": "The new way to have accounts",
"type": "library",
"homepage": "https://stail.eu",
Expand All @@ -11,8 +11,13 @@
}
],
"minimum-stability": "stable",
"require": {},
"require": {
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-0": { "STAILEUAccounts": "src/" }
"psr-4": {
"STAILEUAccounts\\": "src/"
}
}
}

0 comments on commit 91a2476

Please sign in to comment.