Skip to content

Commit

Permalink
Merge pull request #230 from ucfopen/issue/prepare-for-packagist
Browse files Browse the repository at this point in the history
Get composer.json cleaned up for Packagist.org
  • Loading branch information
bagofarms authored Feb 7, 2017
2 parents 7cff63c + 9ac88c9 commit cb7ae29
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 20 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,28 @@ $ ./vendor/phpunit/phpunit/phpunit --exclude-group functional
```

## Contributors
<!--
Add contributors here and dont forget composer.json!)
(Please sort each group alphabetically)
-->

### Project Lead

* [Jacob Bates](https://github.com/bagofarms)

### Contributors

* [Cooper Fellows](https://github.com/cooperfellows)
* [Emily Sachs](https://github.com/emilysachs)
* [Eric Colon](https://github.com/accell)
* [Fenel Joseph](https://github.com/feneljoseph)
* [Emily Sachs](https://github.com/emilysachs)
* [Ian Turgeon](https://github.com/iturgeon)
* Karen Tinsley-Kim
* [Kevin Baugh](https://github.com/loraxx753)
* Joe Fauvel
* John Raible
* [Kevin Baugh](https://github.com/loraxx753)

### Special Thanks

* Karen Tinsley-Kim
* Kathleen Bastedo
* Nancy Swenson
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udoit",
"homepage": "https://github.com/ucfcdl/UDOIT",
"homepage": "https://github.com/ucfopen/UDOIT",
"description": "The Universal Design Online content Inspection Tool, or UDOIT enables faculty to identify accessibility issues in Canvas by Instructure.",
"moduleType": [
"globals"
Expand Down
89 changes: 73 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,79 @@
{
"name": "ucfcdl/udoit",
"name": "ucfopen/udoit",
"type": "project",
"description" : "The Universal Design Online content Inspection Tool, or UDOIT enables faculty to identify accessibility issues in Canvas by Instructure. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.",
"keywords": ["instructure", "canvas", "education", "udoit", "ucf"],
"repositories": [
"keywords": ["instructure", "canvas", "education", "udoit", "ucf", "accessibility", "edtech", "canvas-lms", "instructure", "section-508"],
"homepage": "https://github.com/ucfopen/UDOIT",
"license": "GPLv3",
"authors": [
{
"name": "Jacob Bates",
"homepage": "https://github.com/bagofarms",
"role": "Project Lead"
},
{
"name": "Eric Colon",
"homepage": "https://github.com/accell",
"role": "Developer"
},
{
"name": "Fenel Joseph",
"homepage": "https://github.com/feneljoseph",
"role": "Developer"
},
{
"name": "Emily Sachs",
"homepage": "https://github.com/emilysachs",
"role": "Developer"
},
{
"name": "Ian Turgeon",
"homepage": "https://github.com/iturgeon",
"role": "Developer"
},
{
"name": "Karen Tinsley-Kim",
"homepage": "https://github.com/accell",
"role": "Advisor"
},
{
"name": "Kevin Baugh",
"homepage": "https://github.com/loraxx753",
"role": "Developer"
},
{
"name": "Joe Fauvel",
"role": "Designer"
},
{
"name": "John Raible",
"role": "Developer"
},
{
"name": "Kathleen Bastedo",
"role": "Advisor"
},
{
"name": "Nancy Swenson",
"role": "Advisor"
},
{
"name": "Cooper Fellows",
"homepage": "https://github.com/cooperfellows",
"role": "Contributor"
}
],
"scripts": {
"post-install-cmd": [
"bower install"
],
"post-update-cmd": [
"bower install"
],
"compile": [
"bower install"
]
},
"require": {
"php": "^5.4.0 || ^5.5.0 || ^5.6.0",
"nategood/httpful": "*",
Expand All @@ -18,18 +87,6 @@
"phpunit/phpunit": "4.8.*",
"phpspec/prophecy": "1.3.1",
"symfony/yaml": "v2.8.9",
"heroku/heroku-buildpack-php": "*",
"monolog/monolog": "^1.21"
},
"scripts": {
"post-install-cmd": [
"bower install"
],
"post-update-cmd": [
"bower install"
],
"compile": [
"bower install"
]
"heroku/heroku-buildpack-php": "*"
}
}

0 comments on commit cb7ae29

Please sign in to comment.