therselman 7 years ago
parent
commit
483f5d809e
  1. 0
      src/Container.php
  2. 24
      src/Container/composer.json
  3. 0
      src/ContainerAwareTrait.php
  4. 0
      src/ContainerInterface.php

0
src/Container/Container.php → src/Container.php

24
src/Container/composer.json

@ -1,24 +0,0 @@ @@ -1,24 +0,0 @@
{
"name": "twister/container",
"description": "The Twister Container package.",
"homepage": "https://github.com/twister-php/twister/",
"license": "MIT",
"authors": [
{
"name": "Trevor Herselman",
"email": "therselman@gmail.com"
}
],
"require": {
"php": ">=5.4",
},
"autoload": {
"psr-4": {
"Twister\\Container\\": ""
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}

0
src/Container/ContainerAwareTrait.php → src/ContainerAwareTrait.php

0
src/Container/ContainerInterface.php → src/ContainerInterface.php

Loading…
Cancel
Save