-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing bug where setOptions does not process png and material attributes
moving contributors from composer to separate file
- Loading branch information
1 parent
dfe57a2
commit c8fe9a2
Showing
6 changed files
with
87 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Contributors | ||
|
||
Thank you for finding bugs, helping me fix them, pull requests, issues and anything else. | ||
|
||
- [deringer](https://github.com/deringer) | ||
- [MicahKV]([email protected]) | ||
- [rajivseelam](https://github.com/rajivseelam) | ||
- [SendDerek](https://github.com/SendDerek) | ||
- [stevebauman](https://github.com/stevebauman) | ||
- [Stonos](https://github.com/Stonos) | ||
- [tobias-kuendig](https://github.com/tobias-kuendig) | ||
- [twify93](https://github.com/twify93) | ||
|
||
If your name is not on this list and needs to be, I'm sorry! Please add it in a pull request and I will merge it in. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,46 +15,6 @@ | |
"name": "Kevin Hill", | ||
"email": "[email protected]", | ||
"role": "Creator" | ||
}, | ||
{ | ||
"name": "twify93", | ||
"homepage": "https://github.com/twify93", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "SendDerek", | ||
"homepage": "https://github.com/SendDerek", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": " MicahKV", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "deringer", | ||
"homepage": "https://github.com/deringer", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "stevebauman", | ||
"homepage": "https://github.com/stevebauman", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "rajivseelam", | ||
"homepage": "https://github.com/rajivseelam", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "tobias-kuendig", | ||
"homepage": "https://github.com/tobias-kuendig", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Stonos", | ||
"homepage": "https://github.com/Stonos", | ||
"role": "Contributor" | ||
} | ||
], | ||
"support": { | ||
|
@@ -79,7 +39,6 @@ | |
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.8", | ||
"mybuilder/phpunit-accelerator": "~1.1", | ||
"mockery/mockery": "~0.9", | ||
"squizlabs/php_codesniffer": "~2.5", | ||
"satooshi/php-coveralls": "~1.0", | ||
|
@@ -100,5 +59,10 @@ | |
"lavajs:pull" : "git subtree --prefix=javascript pull lavajs master", | ||
"lavajs:push" : "git subtree --prefix=javascript push lavajs master" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "5.4" | ||
} | ||
}, | ||
"minimum-stability": "stable" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters