Skip to content

Commit

Permalink
Composer improvements (WP-API#225)
Browse files Browse the repository at this point in the history
* Update composer.json file

* Fix indents

* Apply suggestions from code review
  • Loading branch information
jonnynews authored Nov 21, 2023
1 parent 30e4339 commit 453611d
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
{
"name": "wp-api/oauth1",
"description": "OAuth 1.0a Server for WordPress",
"homepage": "https://oauth1.wp-api.org/",
"type": "wordpress-plugin",
"license": "GPL2+",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WP-API Team",
"homepage": "http://wp-api.org/"
"homepage": "https://wp-api.org/"
}
],
"require": {}
"support": {
"issues": "https://github.com/WP-API/OAuth1/issues"
},
"config": {
"process-timeout": 0,
"platform": {
"php": "5.4"
},
"allow-plugins": {
"composer/installers": true
}
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0",
"composer/installers": "~1.0"
}
}

0 comments on commit 453611d

Please sign in to comment.