Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac1978 authored May 6, 2021
1 parent c019c2c commit 5f0164d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "zodiac1978/tl-template-checker",
"description": "A WordPress plugin that warns you about old template files in your child theme.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=5.6.0",
"composer/installers": "~1.0"
},
"authors": [
{
"name": "Torsten Landsiedel",
"homepage": "https://torstenlandsiedel.de"
}
]
}

0 comments on commit 5f0164d

Please sign in to comment.