Skip to content

Commit

Permalink
Added take off libraries for ajax, context, cron
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Dec 20, 2024
0 parents commit dea7302
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "wp-launchpad/context-take-off",
"description": "Context installator library for Launchpad framework",
"type": "library",
"authors": [
{
"name": "coquardcyr",
"email": "coquardcyr@gmail.com"
}
],
"require": {
"wp-launchpad/context": "^3.1"
},
"extra": {
"launchpad": {
"library_provider": "LaunchpadContext\\ServiceProvider",
"libraries": {
"wp-launchpad/context": "^3.1"
},
"install": true,
"clean": true
}
}
}

0 comments on commit dea7302

Please sign in to comment.