Skip to content

Commit

Permalink
Normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 24, 2022
1 parent 9327114 commit c3b5f05
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "setono/sylius-facebook-plugin",
"type": "sylius-plugin",
"description": "Sylius plugin that tracks visitors and sends the data to Facebook",
"license": "MIT",
"type": "sylius-plugin",
"keywords": [
"sylius",
"sylius-plugin",
"setono",
"facebook"
],
"license": "MIT",
"require": {
"php": ">=7.4",
"ext-json": "*",
Expand Down Expand Up @@ -61,14 +61,7 @@
"symfony/intl": "^4.4 || ^5.0",
"symfony/web-profiler-bundle": "^5.0"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Setono\\SyliusFacebookPlugin\\": "src/"
Expand All @@ -82,7 +75,14 @@
"tests/Application/Kernel.php"
]
},
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"scripts": {
"analyse": [
"@ensure-test-container-exists",
Expand Down

0 comments on commit c3b5f05

Please sign in to comment.