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": {
|
2023-06-07 19:53:49 +00:00
|
|
|
"php": ">=8.0",
|
2020-05-06 23:36:01 +00:00
|
|
|
"spatie/async": "^1.4",
|
2020-06-05 16:53:04 +00:00
|
|
|
"nesbot/carbon": "^2.33",
|
2020-12-14 07:21:54 +00:00
|
|
|
"brick/money": "^0.4.5",
|
2020-12-16 05:55:04 +00:00
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
2021-10-14 14:33:02 +00:00
|
|
|
"ext-curl": "*",
|
2021-10-26 14:37:13 +00:00
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-pdo": "*"
|
2021-10-14 14:33:02 +00:00
|
|
|
},
|
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.*"
|
|
|
|
}
|
|
|
|
}
|