We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5431816 + 13ff452 commit 120d973Copy full SHA for 120d973
.gitignore
@@ -19,3 +19,5 @@ Thumbs.db
19
*.swp
20
*.swo
21
*~
22
+
23
+/vendor/
composer.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "humanmade/hm-query-loop",
3
+ "description": "WordPress Query Loop Block Tools",
4
+ "type": "wordpress-plugin",
5
+ "require": {
6
+ "composer/installers": "^1 || ^2"
7
+ },
8
+ "license": "GPL-2.0-or-later",
9
+ "authors": [
10
+ {
11
+ "name": "Human Made Limited",
12
+ "email": "engineering@humanmade.com"
13
+ }
14
+ ]
15
+}
0 commit comments