26 lines
629 B
JSON
Executable File
26 lines
629 B
JSON
Executable File
{
|
|
"description": "iLInk, Geolocated the world",
|
|
"name": "iLink",
|
|
"type": "project",
|
|
"homepage": "https://ilink-app.com",
|
|
"license": "MIT",
|
|
"support": {
|
|
"forum": "http://forum.codeigniter.com/",
|
|
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
|
|
"irc": "irc://irc.freenode.net/codeigniter",
|
|
"source": "https://github.com/bcit-ci/CodeIgniter"
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"spatie/async": "^1.4",
|
|
"nesbot/carbon": "^2.33"
|
|
},
|
|
"suggest": {
|
|
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsStream": "1.1.*",
|
|
"phpunit/phpunit": "4.* || 5.*"
|
|
}
|
|
}
|