Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 17, 2024
1 parent 4e1a9ef commit eb27694
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
"Pronamic\\WordPress\\Pay\\Gateways\\Icepay\\": "src/"
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true,
"bamarni/composer-bin-plugin": true,
"automattic/jetpack-autoloader": true
},
"platform": {
"php": "8.2"
}
},
"require": {
"php": ">=7.4",
"pronamic/icepay-soap-api": "^2.5",
Expand Down Expand Up @@ -59,14 +71,5 @@
"post-install-cmd": "echo 'Optionally run: composer bin all install'",
"post-update-cmd": "echo 'Optionally run: composer bin all update'",
"psalm": "vendor/bin/psalm"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true,
"bamarni/composer-bin-plugin": true,
"automattic/jetpack-autoloader": true
}
}
}

0 comments on commit eb27694

Please sign in to comment.