Skip to content

Commit

Permalink
Removed -php suffix from composer package and composer.lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
roquie committed Apr 13, 2020
1 parent 2888ddf commit 860133a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4,935 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.idea
scratch
.phpunit.result.cache
composer.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for follow up corporate standards of application configuration.
## Installation

```bash
composer require spacetab-io/configuration-php
composer require spacetab-io/configuration
```

## Usage
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "spacetab-io/configuration-php",
"name": "spacetab-io/configuration",
"description": "A configuration module for PHP microservices.",
"type": "library",
"license": "MIT",
Expand All @@ -25,7 +25,6 @@
"phpunit/phpunit": "^9",
"symfony/var-dumper": "^4.2 || ^5.0",
"humbug/box": "^3.8",
"spacetab-io/logger-php": "^1.0",
"phpstan/phpstan": "^0.12.18"
},
"suggest": {
Expand Down
Loading

0 comments on commit 860133a

Please sign in to comment.