Skip to content

Commit

Permalink
Removed Symfony Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-data committed Mar 2, 2016
1 parent 19c56c7 commit df8824d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 90 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pingdevelopment/usps-php-api",
"name": "binarydata/usps-php-api",
"type": "library",
"description": "Symfony-compatible PHP wrapper for USPS Web Tools API",
"description": "PHP wrapper for USPS Web Tools API",
"keywords": ["usps", "api"],
"authors": [
{
Expand All @@ -10,14 +10,13 @@
"role": "Developer"
},
{
"name": "Peter Adams",
"homepage": "https://www.pingdevelopment.com",
"name": "Anton Belonovich",
"homepage": "https://binary-data.github.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": "2.*"
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
Expand Down
34 changes: 0 additions & 34 deletions src/USPS/ApiBundle/DependencyInjection/Configuration.php

This file was deleted.

30 changes: 0 additions & 30 deletions src/USPS/ApiBundle/DependencyInjection/UspsApiExtension.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/USPS/ApiBundle/Resources/config/services.yml

This file was deleted.

9 changes: 0 additions & 9 deletions src/USPS/ApiBundle/UspsApiBundle.php

This file was deleted.

0 comments on commit df8824d

Please sign in to comment.