Skip to content

Commit

Permalink
Add wp-slug to Composer config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed May 23, 2024
1 parent 5274928 commit 1f1323d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"bamarni/composer-bin-plugin": true,
"roots/wordpress-core-installer": true,
"composer/installers": true,
"automattic/jetpack-autoloader": true
}
},
"sort-packages": true,
"wp-slug": "pronamic-pay-ems-e-commerce"
},
"require": {
"php": ">=7.4",
Expand Down

0 comments on commit 1f1323d

Please sign in to comment.