Skip to content

Commit 860133a

Browse files
committed
Removed -php suffix from composer package and composer.lock.
1 parent 2888ddf commit 860133a

File tree

4 files changed

+3
-4935
lines changed

4 files changed

+3
-4935
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.idea
33
scratch
44
.phpunit.result.cache
5+
composer.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for follow up corporate standards of application configuration.
1010
## Installation
1111

1212
```bash
13-
composer require spacetab-io/configuration-php
13+
composer require spacetab-io/configuration
1414
```
1515

1616
## Usage

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "spacetab-io/configuration-php",
2+
"name": "spacetab-io/configuration",
33
"description": "A configuration module for PHP microservices.",
44
"type": "library",
55
"license": "MIT",
@@ -25,7 +25,6 @@
2525
"phpunit/phpunit": "^9",
2626
"symfony/var-dumper": "^4.2 || ^5.0",
2727
"humbug/box": "^3.8",
28-
"spacetab-io/logger-php": "^1.0",
2928
"phpstan/phpstan": "^0.12.18"
3029
},
3130
"suggest": {

0 commit comments

Comments
 (0)