Skip to content

Commit

Permalink
Normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Dec 9, 2024
1 parent f4ae59d commit 860cd82
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "setono/sylius-catalog-promotion-plugin",
"type": "sylius-plugin",
"description": "Catalog promotion plugin for Sylius",
"license": "MIT",
"type": "sylius-plugin",
"keywords": [
"sylius",
"sylius-plugin",
"catalog",
"setono",
"promotions"
],
"license": "MIT",
"require": {
"php": ">=8.1",
"beberlei/doctrineextensions": "^1.2",
Expand Down Expand Up @@ -44,13 +44,27 @@
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"weirdan/doctrine-psalm-plugin": "^1.0"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Setono\\SyliusCatalogPromotionPlugin\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Setono\\SyliusCatalogPromotionPlugin\\": "tests/"
},
"classmap": [
"tests/Application/Kernel.php"
]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false,
"ergebnis/composer-normalize": true,
"symfony/thanks": false
}
},
"sort-packages": true
},
"extra": {
"branch-alias": {
Expand All @@ -60,20 +74,6 @@
"beberlei/doctrineextensions"
]
},
"autoload": {
"psr-4": {
"Setono\\SyliusCatalogPromotionPlugin\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Setono\\SyliusCatalogPromotionPlugin\\": "tests/"
},
"classmap": [
"tests/Application/Kernel.php"
]
},
"prefer-stable": true,
"scripts": {
"all": [
"@checks",
Expand Down

0 comments on commit 860cd82

Please sign in to comment.