backoffice/composer.json

27 lines
656 B
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"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": {
2020-05-01 09:30:08 +00:00
"php": ">=5.4",
"spatie/async": "^1.4",
"nesbot/carbon": "^2.33",
"brick/money": "^0.4.5"
2020-02-06 10:09:39 +00:00
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*"
}
}