backoffice/composer.json

32 lines
784 B
JSON
Raw Permalink Normal View History

2020-02-06 10:09:39 +00:00
{
"description": "iLInk, Geolocated the world",
2020-12-08 12:42:08 +00:00
"name": "vendor_name/ilink",
2020-02-06 10:09:39 +00:00
"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": ">=8.0",
"spatie/async": "^1.4",
"nesbot/carbon": "^2.33",
"brick/money": "^0.4.5",
"ext-intl": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-openssl": "*",
"ext-pdo": "*"
},
2020-02-06 10:09:39 +00:00
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
2020-12-08 12:42:08 +00:00
"mikey179/vfsstream": "1.1.*",
2020-02-06 10:09:39 +00:00
"phpunit/phpunit": "4.* || 5.*"
}
}