Skip to content

Commit c38eb17

Browse files
authored
Create composer.json
1 parent ddbe8d4 commit c38eb17

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "visata/allow-numeric-stubs",
3+
"homepage": "https://github.com/visata/allow-numeric-stubs",
4+
"description": "Allow numeric stub",
5+
"keywords": ["wordpress", "plugin"],
6+
"type": "wordpress-plugin",
7+
"authors": [
8+
{
9+
"name": "Alex",
10+
"email": "alex@viper007bond.com"
11+
}
12+
],
13+
"require": {
14+
"php": ">=7.2"
15+
}
16+
}

0 commit comments

Comments
 (0)