:shipit:
This commit is contained in:
parent
971b579ccc
commit
76c3340df6
3 changed files with 69 additions and 0 deletions
23
composer.json
Normal file
23
composer.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "joshtronic/php-pixel",
|
||||
"description": "Generate a 1x1 transparent pixel",
|
||||
"version": "1.0.0",
|
||||
"type": "utility",
|
||||
"keywords": ["image", "pixel", "transparent", "gif", "png", "beacon", "tracking"],
|
||||
"homepage": "https://github.com/joshtronic/php-pixel",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "Josh Sherman",
|
||||
"email": "hello@joshtronic.com",
|
||||
"homepage": "http://joshtronic.com"
|
||||
}],
|
||||
"require-dev": {
|
||||
"php": ">=4.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"joshtronic\\": "src/"}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue