Skip to content

Commit

Permalink
trying to force dist for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
iamntz committed Mar 10, 2023
1 parent e7ed23c commit 0d5014d
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,33 @@
{
"name": "iamntz/carbon-fields-urlpicker",
"description": "Carbon Fields extension, that adds a URL picker field type.",
"keywords": ["wordpress", "carbon-field", "carbon-fields-urlpicker"],
"homepage": "https://github.com/iamntz/carbon-fields-urlpicker",

"type": "library",
"license": "GPL-2.0+",
"authors": [
{
"name": "Ionuț Staicu",
"email": "github@iamntz.com"
}
"name": "iamntz/carbon-fields-urlpicker",
"description": "Carbon Fields extension, that adds a URL picker field type.",
"keywords": [
"wordpress",
"carbon-field",
"carbon-fields-urlpicker"
],
"dist": {
"type": "zip",
"url": "https://github.com/iamntz/carbon-fields-urlpicker/releases/download/v3.0.5/carbon-fields-urlpicker.zip",
"reference": "v3",
"shasum": ""
},
"homepage": "https://github.com/iamntz/carbon-fields-urlpicker",
"type": "library",
"license": "GPL-2.0+",
"authors": [
{
"name": "Ionuț Staicu",
"email": "github@iamntz.com"
}
],
"require": {},
"autoload": {
"files": [
"field.php"
],
"require": { },
"autoload": {
"files": [
"field.php"
],
"psr-4": {
"Carbon_Field_UrlPicker\\": "core/"
}
"psr-4": {
"Carbon_Field_UrlPicker\\": "core/"
}
}
}

0 comments on commit 0d5014d

Please sign in to comment.