Skip to content

Commit 75342fe

Browse files
committed
cleanup demo
1 parent 3c01059 commit 75342fe

File tree

6 files changed

+38
-8099
lines changed

6 files changed

+38
-8099
lines changed

demo/composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "demo/project",
3+
"type": "wp-plugin",
4+
"version": "0.0.0",
5+
"description": "Demo project",
6+
"license": "MIT",
7+
"minimum-stability": "dev",
8+
"prefer-stable": true,
9+
"require": {
10+
"php": ">=7.1",
11+
"composer/installers": "v2",
12+
"tinypixel/blocks": "1.0.1"
13+
}
14+
}

0 commit comments

Comments
 (0)