Skip to content

Commit

Permalink
comoser json work
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-gareth committed Mar 25, 2020
1 parent 7c718ac commit e40a78f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"files": ["src/WP_Ajax.php"]
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0"
},
"require": {}
"autoload": {
"files": [
"src/WP_Ajax.php"
]
}
}

0 comments on commit e40a78f

Please sign in to comment.