Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Renamed UsabilityDynamics to udx
Browse files Browse the repository at this point in the history
Related issue udx/infrastructure#171
  • Loading branch information
Md. Alimuzzaman Alim committed Jan 6, 2019
1 parent 4c2c8b0 commit d9e0c2c
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "lib-eventbrite-client",
"version": "0.1.0",
"name": "udx/lib-eventbrite-client",
"version": "1.1.0",
"type": "library",
"description": "PHP client for the Eventbrite API http://eventbrite.github.com",
"tags": [ "eventbrite", "client", "php", "api" ],
"keywords": [ "eventbrite", "client", "php", "api" ],
"homepage": "https://github.com/UsabilityDynamics/lib-eventbrite-client",
"author": {
"name": "UsabilityDynamics, Inc.",
"url": "https://usabilitydynamics.com"
},
"homepage": "https://github.com/udx/lib-eventbrite-client",
"authors": [
{
"name": "UsabilityDynamics, Inc.",
"homepage": "https://usabilitydynamics.com"
}
],
"minimum-stability": "dev",
"repository": {
"type": "git",
"url": "https://github.com/UsabilityDynamics/lib-eventbrite-client"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/udx/lib-eventbrite-client"
}
],
"require": {
"php": ">=5.3"
},
Expand Down

0 comments on commit d9e0c2c

Please sign in to comment.