Skip to content

Commit

Permalink
Create composer.json (#18)
Browse files Browse the repository at this point in the history
* Create composer.json

* Update composer.json and create composer.lock and .gitignore

* Trim .gitignore

Co-authored-by: James Nylen <[email protected]>
  • Loading branch information
timbocode and nylen authored Jan 30, 2021
1 parent 3bac094 commit 5a95de7
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Composer
/vendor/
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "classicpress-plugins/cc-compat-woo",
"description": "Plugin to facilitate Classic Commerce compatibility with WooCommerce Addons",
"homepage": "https://github.com/ClassicPress-plugins/cc-compat-woo",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"composer/installers": "~1.2"
}
}
167 changes: 167 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a95de7

Please sign in to comment.