first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,107 @@
[
{
"name": "drewm/mailchimp-api",
"version": "dev-master",
"version_normalized": "9999999-dev",
"source": {
"type": "git",
"url": "https://github.com/PrestaChamps/mailchimp-api.git",
"reference": "30155166cd1059346c0e3fb94d7e636f88e9d374"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PrestaChamps/mailchimp-api/zipball/30155166cd1059346c0e3fb94d7e636f88e9d374",
"reference": "30155166cd1059346c0e3fb94d7e636f88e9d374",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "7.0.*",
"vlucas/phpdotenv": "^2.0"
},
"time": "2019-02-11T15:03:33+00:00",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-4": {
"DrewM\\MailChimp\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"DrewM\\MailChimp\\Tests\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Drew McLellan",
"email": "drew.mclellan@gmail.com",
"homepage": "http://allinthehead.com/"
},
{
"name": "Zoltan Szanto",
"email": "mrbig00@gmail.com",
"homepage": "http://allinthehead.com/"
}
],
"description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
"homepage": "https://github.com/drewm/mailchimp-api",
"support": {
"source": "https://github.com/PrestaChamps/mailchimp-api/tree/master"
}
},
{
"name": "jasongrimes/paginator",
"version": "1.0.3",
"version_normalized": "1.0.3.0",
"source": {
"type": "git",
"url": "https://github.com/jasongrimes/php-paginator.git",
"reference": "3411e3cd0c6479a0b514f26e4358f0273552f221"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jasongrimes/php-paginator/zipball/3411e3cd0c6479a0b514f26e4358f0273552f221",
"reference": "3411e3cd0c6479a0b514f26e4358f0273552f221",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"time": "2018-07-11T18:11:49+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"JasonGrimes": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jason Grimes",
"email": "jason@grimesit.com"
}
],
"description": "A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.",
"homepage": "http://github.com/jasongrimes/php-paginator",
"keywords": [
"pager",
"pagination",
"paginator"
]
}
]