Skip to content

Commit

Permalink
Normalize composer.json to new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 16, 2022
1 parent 46370e6 commit f8c2e7d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "lmc/matej-client",
"type": "library",
"description": "API Client for Matej recommendation engine",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "LMC s.r.o.",
Expand Down Expand Up @@ -40,9 +40,7 @@
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
},
"config": {
"sort-packages": true
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Lmc\\Matej\\": "src/"
Expand All @@ -54,7 +52,15 @@
"Lmc\\Matej\\IntegrationTests\\": "tests/integration/"
}
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
},
"sort-packages": true
},
"scripts": {
"all": [
"@lint",
Expand Down

0 comments on commit f8c2e7d

Please sign in to comment.