Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
jentil/composer.lock
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9166 lines (9166 sloc)
326 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | |
"This file is @generated automatically" | |
], | |
"content-hash": "56f12d072a5810c1b2dd9e99578a5aba", | |
"packages": [ | |
{ | |
"name": "grottopress/form-field", | |
"version": "v0.6.13", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/form-field.git", | |
"reference": "affb0ff7d53d623dcfb0fe280d7814432853e910" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/form-field/zipball/affb0ff7d53d623dcfb0fe280d7814432853e910", | |
"reference": "affb0ff7d53d623dcfb0fe280d7814432853e910", | |
"shasum": "" | |
}, | |
"require": { | |
"grottopress/getter": "^0.4", | |
"laminas/laminas-escaper": "^2.6", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.1" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\Form\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "Render HTML form fields", | |
"keywords": [ | |
"Forms", | |
"html" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/form-field/issues", | |
"source": "https://github.com/GrottoPress/form-field/", | |
"wiki": "https://github.com/GrottoPress/form-field/wiki" | |
}, | |
"time": "2023-04-13T08:11:48+00:00" | |
}, | |
{ | |
"name": "grottopress/getter", | |
"version": "v0.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/getter.git", | |
"reference": "733c3ae043d3ad405fc244d3fe9707eccf8d35e5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/getter/zipball/733c3ae043d3ad405fc244d3fe9707eccf8d35e5", | |
"reference": "733c3ae043d3ad405fc244d3fe9707eccf8d35e5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\Getter\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "Get private object attributes directly, without calling getter methods.", | |
"keywords": [ | |
"OOP", | |
"getter" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/getter/issues", | |
"source": "https://github.com/GrottoPress/getter/", | |
"wiki": "https://github.com/GrottoPress/getter/wiki" | |
}, | |
"time": "2023-04-12T18:11:54+00:00" | |
}, | |
{ | |
"name": "grottopress/mobile-detector", | |
"version": "v0.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/mobile-detector.git", | |
"reference": "f310ad82502cc04c131b8fe2cc63385dc74bd7ed" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/mobile-detector/zipball/f310ad82502cc04c131b8fe2cc63385dc74bd7ed", | |
"reference": "f310ad82502cc04c131b8fe2cc63385dc74bd7ed", | |
"shasum": "" | |
}, | |
"require": { | |
"mobiledetect/mobiledetectlib": "^2.8", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\Mobile\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "Detect mobile devices and user agents.", | |
"keywords": [ | |
"mobile" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/mobile-detectors/issues", | |
"source": "https://github.com/GrottoPress/mobile-detectors/", | |
"wiki": "https://github.com/GrottoPress/mobile-detectors/wiki" | |
}, | |
"time": "2023-04-12T17:31:38+00:00" | |
}, | |
{ | |
"name": "grottopress/wordpress-breadcrumbs", | |
"version": "v0.8.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/wordpress-breadcrumbs.git", | |
"reference": "ae7cd0dcfbb14e8f5cd141ee841d01672940ae52" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/wordpress-breadcrumbs/zipball/ae7cd0dcfbb14e8f5cd141ee841d01672940ae52", | |
"reference": "ae7cd0dcfbb14e8f5cd141ee841d01672940ae52", | |
"shasum": "" | |
}, | |
"require": { | |
"grottopress/getter": "^0.4", | |
"grottopress/wordpress-page": "^0.8", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.3", | |
"lucatume/function-mocker": "^1.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\WordPress\\": "src/lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "Build and display breadcrumbs for WordPress pages", | |
"keywords": [ | |
"breadcrumbs", | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/wordpress-breadcrumbs/issues", | |
"source": "https://github.com/GrottoPress/wordpress-breadcrumbs/", | |
"wiki": "https://github.com/GrottoPress/wordpress-breadcrumbs/wiki" | |
}, | |
"time": "2023-04-13T11:03:14+00:00" | |
}, | |
{ | |
"name": "grottopress/wordpress-field", | |
"version": "v0.8.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/wordpress-field.git", | |
"reference": "1a827866b7a04d635e69f7c8ab8919c6f56e6e37" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/wordpress-field/zipball/1a827866b7a04d635e69f7c8ab8919c6f56e6e37", | |
"reference": "1a827866b7a04d635e69f7c8ab8919c6f56e6e37", | |
"shasum": "" | |
}, | |
"require": { | |
"grottopress/form-field": "^0.6", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.3", | |
"lucatume/function-mocker": "^1.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\WordPress\\Form\\": "src/lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "Render form fields in WordPress", | |
"keywords": [ | |
"Forms", | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/wordpress-field/issues", | |
"source": "https://github.com/GrottoPress/wordpress-field/", | |
"wiki": "https://github.com/GrottoPress/wordpress-field/wiki" | |
}, | |
"time": "2023-04-13T08:27:09+00:00" | |
}, | |
{ | |
"name": "grottopress/wordpress-meta-box", | |
"version": "v0.4.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/wordpress-meta-box.git", | |
"reference": "23ae3c1d6a03839e665df9da6ba2078b5466dd00" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/wordpress-meta-box/zipball/23ae3c1d6a03839e665df9da6ba2078b5466dd00", | |
"reference": "23ae3c1d6a03839e665df9da6ba2078b5466dd00", | |
"shasum": "" | |
}, | |
"require": { | |
"grottopress/wordpress-field": "^0.8", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.3", | |
"lucatume/function-mocker": "^1.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\WordPress\\": "src/lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "A utility to set up meta boxes in WordPress", | |
"homepage": "https://github.com/GrottoPress/wordpress-meta-box", | |
"keywords": [ | |
"meta-box", | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/wordpress-meta-box/issues", | |
"source": "https://github.com/GrottoPress/wordpress-meta-box", | |
"wiki": "https://github.com/GrottoPress/wordpress-meta-box/wiki" | |
}, | |
"time": "2023-05-05T20:50:23+00:00" | |
}, | |
{ | |
"name": "grottopress/wordpress-page", | |
"version": "v0.8.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/wordpress-page.git", | |
"reference": "b4f7f9e663ee29b5bee16dd01a864ccea4e2ea26" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/wordpress-page/zipball/b4f7f9e663ee29b5bee16dd01a864ccea4e2ea26", | |
"reference": "b4f7f9e663ee29b5bee16dd01a864ccea4e2ea26", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.3", | |
"lucatume/function-mocker": "^1.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\WordPress\\": "src/lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "Get current page attributes in WordPress", | |
"keywords": [ | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/wordpress-page/issues", | |
"source": "https://github.com/GrottoPress/wordpress-page/", | |
"wiki": "https://github.com/GrottoPress/wordpress-page/wiki" | |
}, | |
"time": "2023-05-12T10:47:49+00:00" | |
}, | |
{ | |
"name": "grottopress/wordpress-posts", | |
"version": "v0.17.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/wordpress-posts.git", | |
"reference": "f9748be64042cfc336a01afe309512f872874911" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/wordpress-posts/zipball/f9748be64042cfc336a01afe309512f872874911", | |
"reference": "f9748be64042cfc336a01afe309512f872874911", | |
"shasum": "" | |
}, | |
"require": { | |
"grottopress/getter": "^0.4", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"codeception/codeception": "^4.1", | |
"codeception/module-asserts": "^1.3", | |
"lucatume/function-mocker": "^1.3", | |
"wp-cli/wp-cli-bundle": "^2.1" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\WordPress\\": "src/lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "Query and display posts in WordPress", | |
"keywords": [ | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/wordpress-posts/issues", | |
"source": "https://github.com/GrottoPress/wordpress-posts/", | |
"wiki": "https://github.com/GrottoPress/wordpress-posts/wiki" | |
}, | |
"time": "2023-05-17T14:55:51+00:00" | |
}, | |
{ | |
"name": "grottopress/wordpress-suv", | |
"version": "v0.7.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrottoPress/wordpress-suv.git", | |
"reference": "fa90c2f9f3be74aae9a7eeb2b103917ebb7e1a65" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrottoPress/wordpress-suv/zipball/fa90c2f9f3be74aae9a7eeb2b103917ebb7e1a65", | |
"reference": "fa90c2f9f3be74aae9a7eeb2b103917ebb7e1a65", | |
"shasum": "" | |
}, | |
"require": { | |
"grottopress/getter": "^0.4", | |
"php": ">=7.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"GrottoPress\\WordPress\\SUV\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "GrottoPress.com", | |
"email": "info@grottopress.com", | |
"homepage": "https://www.grottopress.com" | |
}, | |
{ | |
"name": "N Atta Kusi Adusei", | |
"homepage": "https://twitter.com/akadusei", | |
"role": "Developer" | |
} | |
], | |
"description": "A scaffold for implementing the SUV architecture", | |
"keywords": [ | |
"suv", | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/GrottoPress/wordpress-suv/issues", | |
"source": "https://github.com/GrottoPress/wordpress-suv/", | |
"wiki": "https://github.com/GrottoPress/wordpress-suv/wiki" | |
}, | |
"time": "2023-04-13T16:53:46+00:00" | |
}, | |
{ | |
"name": "laminas/laminas-escaper", | |
"version": "2.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laminas/laminas-escaper.git", | |
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", | |
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-ctype": "*", | |
"ext-mbstring": "*", | |
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" | |
}, | |
"conflict": { | |
"zendframework/zend-escaper": "*" | |
}, | |
"require-dev": { | |
"infection/infection": "^0.26.6", | |
"laminas/laminas-coding-standard": "~2.4.0", | |
"maglnet/composer-require-checker": "^3.8.0", | |
"phpunit/phpunit": "^9.5.18", | |
"psalm/plugin-phpunit": "^0.17.0", | |
"vimeo/psalm": "^4.22.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Laminas\\Escaper\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", | |
"homepage": "https://laminas.dev", | |
"keywords": [ | |
"escaper", | |
"laminas" | |
], | |
"support": { | |
"chat": "https://laminas.dev/chat", | |
"docs": "https://docs.laminas.dev/laminas-escaper/", | |
"forum": "https://discourse.laminas.dev", | |
"issues": "https://github.com/laminas/laminas-escaper/issues", | |
"rss": "https://github.com/laminas/laminas-escaper/releases.atom", | |
"source": "https://github.com/laminas/laminas-escaper" | |
}, | |
"funding": [ | |
{ | |
"url": "https://funding.communitybridge.org/projects/laminas-project", | |
"type": "community_bridge" | |
} | |
], | |
"time": "2022-10-10T10:11:09+00:00" | |
}, | |
{ | |
"name": "mobiledetect/mobiledetectlib", | |
"version": "2.8.41", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/serbanghita/Mobile-Detect.git", | |
"reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", | |
"reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.0.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.8.35||~5.7" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Detection": "namespaced/" | |
}, | |
"classmap": [ | |
"Mobile_Detect.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Serban Ghita", | |
"email": "serbanghita@gmail.com", | |
"homepage": "http://mobiledetect.net", | |
"role": "Developer" | |
} | |
], | |
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", | |
"homepage": "https://github.com/serbanghita/Mobile-Detect", | |
"keywords": [ | |
"detect mobile devices", | |
"mobile", | |
"mobile detect", | |
"mobile detector", | |
"php mobile detect" | |
], | |
"support": { | |
"issues": "https://github.com/serbanghita/Mobile-Detect/issues", | |
"source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.41" | |
}, | |
"time": "2022-11-08T18:31:26+00:00" | |
} | |
], | |
"packages-dev": [ | |
{ | |
"name": "antecedent/patchwork", | |
"version": "2.1.25", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/antecedent/patchwork.git", | |
"reference": "17314e042d45e0dacb0a494c2d1ef50e7621136a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/antecedent/patchwork/zipball/17314e042d45e0dacb0a494c2d1ef50e7621136a", | |
"reference": "17314e042d45e0dacb0a494c2d1ef50e7621136a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": ">=4" | |
}, | |
"type": "library", | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Ignas Rudaitis", | |
"email": "ignas.rudaitis@gmail.com" | |
} | |
], | |
"description": "Method redefinition (monkey-patching) functionality for PHP.", | |
"homepage": "http://patchwork2.org/", | |
"keywords": [ | |
"aop", | |
"aspect", | |
"interception", | |
"monkeypatching", | |
"redefinition", | |
"runkit", | |
"testing" | |
], | |
"support": { | |
"issues": "https://github.com/antecedent/patchwork/issues", | |
"source": "https://github.com/antecedent/patchwork/tree/2.1.25" | |
}, | |
"time": "2023-02-19T12:51:24+00:00" | |
}, | |
{ | |
"name": "behat/gherkin", | |
"version": "v4.9.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Behat/Gherkin.git", | |
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", | |
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "~7.2|~8.0" | |
}, | |
"require-dev": { | |
"cucumber/cucumber": "dev-gherkin-22.0.0", | |
"phpunit/phpunit": "~8|~9", | |
"symfony/yaml": "~3|~4|~5" | |
}, | |
"suggest": { | |
"symfony/yaml": "If you want to parse features, represented in YAML files" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Behat\\Gherkin": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Konstantin Kudryashov", | |
"email": "ever.zet@gmail.com", | |
"homepage": "http://everzet.com" | |
} | |
], | |
"description": "Gherkin DSL parser for PHP", | |
"homepage": "http://behat.org/", | |
"keywords": [ | |
"BDD", | |
"Behat", | |
"Cucumber", | |
"DSL", | |
"gherkin", | |
"parser" | |
], | |
"support": { | |
"issues": "https://github.com/Behat/Gherkin/issues", | |
"source": "https://github.com/Behat/Gherkin/tree/v4.9.0" | |
}, | |
"time": "2021-10-12T13:05:09+00:00" | |
}, | |
{ | |
"name": "bordoni/phpass", | |
"version": "0.3.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/bordoni/phpass.git", | |
"reference": "12f8f5cc03ebb7efd69554f104afe9aa1aa46e1a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/bordoni/phpass/zipball/12f8f5cc03ebb7efd69554f104afe9aa1aa46e1a", | |
"reference": "12f8f5cc03ebb7efd69554f104afe9aa1aa46e1a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"replace": { | |
"hautelook/phpass": "0.3.*" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Hautelook": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Public Domain" | |
], | |
"authors": [ | |
{ | |
"name": "Solar Designer", | |
"email": "solar@openwall.com", | |
"homepage": "http://openwall.com/phpass/" | |
}, | |
{ | |
"name": "Gustavo Bordoni", | |
"email": "gustavo@bordoni.me", | |
"homepage": "https://bordoni.me" | |
} | |
], | |
"description": "Portable PHP password hashing framework", | |
"homepage": "http://github.com/bordoni/phpass/", | |
"keywords": [ | |
"blowfish", | |
"crypt", | |
"password", | |
"security" | |
], | |
"support": { | |
"issues": "https://github.com/bordoni/phpass/issues", | |
"source": "https://github.com/bordoni/phpass/tree/0.3.6" | |
}, | |
"time": "2012-08-31T00:00:00+00:00" | |
}, | |
{ | |
"name": "codeception/codeception", | |
"version": "4.2.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Codeception/Codeception.git", | |
"reference": "b88014f3348c93f3df99dc6d0967b0dbfa804474" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/b88014f3348c93f3df99dc6d0967b0dbfa804474", | |
"reference": "b88014f3348c93f3df99dc6d0967b0dbfa804474", | |
"shasum": "" | |
}, | |
"require": { | |
"behat/gherkin": "^4.4.0", | |
"codeception/lib-asserts": "^1.0 | 2.0.*@dev", | |
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0", | |
"codeception/stub": "^2.0 | ^3.0 | ^4.0", | |
"ext-curl": "*", | |
"ext-json": "*", | |
"ext-mbstring": "*", | |
"guzzlehttp/psr7": "^1.4 | ^2.0", | |
"php": ">=5.6.0 <9.0", | |
"symfony/console": ">=2.7 <6.0", | |
"symfony/css-selector": ">=2.7 <6.0", | |
"symfony/event-dispatcher": ">=2.7 <6.0", | |
"symfony/finder": ">=2.7 <6.0", | |
"symfony/yaml": ">=2.7 <6.0" | |
}, | |
"require-dev": { | |
"codeception/module-asserts": "^1.0 | 2.0.*@dev", | |
"codeception/module-cli": "^1.0 | 2.0.*@dev", | |
"codeception/module-db": "^1.0 | 2.0.*@dev", | |
"codeception/module-filesystem": "^1.0 | 2.0.*@dev", | |
"codeception/module-phpbrowser": "^1.0 | 2.0.*@dev", | |
"codeception/specify": "~0.3", | |
"codeception/util-universalframework": "*@dev", | |
"monolog/monolog": "~1.8", | |
"squizlabs/php_codesniffer": "~2.0", | |
"symfony/process": ">=2.7 <6.0", | |
"vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0" | |
}, | |
"suggest": { | |
"codeception/specify": "BDD-style code blocks", | |
"codeception/verify": "BDD-style assertions", | |
"hoa/console": "For interactive console functionality", | |
"stecman/symfony-console-completion": "For BASH autocompletion", | |
"symfony/phpunit-bridge": "For phpunit-bridge support" | |
}, | |
"bin": [ | |
"codecept" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": [] | |
}, | |
"autoload": { | |
"files": [ | |
"functions.php" | |
], | |
"psr-4": { | |
"Codeception\\": "src/Codeception", | |
"Codeception\\Extension\\": "ext" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Bodnarchuk", | |
"email": "davert@mail.ua", | |
"homepage": "https://codegyre.com" | |
} | |
], | |
"description": "BDD-style testing framework", | |
"homepage": "https://codeception.com/", | |
"keywords": [ | |
"BDD", | |
"TDD", | |
"acceptance testing", | |
"functional testing", | |
"unit testing" | |
], | |
"support": { | |
"issues": "https://github.com/Codeception/Codeception/issues", | |
"source": "https://github.com/Codeception/Codeception/tree/4.2.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://opencollective.com/codeception", | |
"type": "open_collective" | |
} | |
], | |
"time": "2022-08-13T13:28:25+00:00" | |
}, | |
{ | |
"name": "codeception/lib-asserts", | |
"version": "1.13.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Codeception/lib-asserts.git", | |
"reference": "184231d5eab66bc69afd6b9429344d80c67a33b6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/184231d5eab66bc69afd6b9429344d80c67a33b6", | |
"reference": "184231d5eab66bc69afd6b9429344d80c67a33b6", | |
"shasum": "" | |
}, | |
"require": { | |
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0", | |
"ext-dom": "*", | |
"php": ">=5.6.0 <9.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Bodnarchuk", | |
"email": "davert@mail.ua", | |
"homepage": "http://codegyre.com" | |
}, | |
{ | |
"name": "Gintautas Miselis" | |
}, | |
{ | |
"name": "Gustavo Nieves", | |
"homepage": "https://medium.com/@ganieves" | |
} | |
], | |
"description": "Assertion methods used by Codeception core and Asserts module", | |
"homepage": "https://codeception.com/", | |
"keywords": [ | |
"codeception" | |
], | |
"support": { | |
"issues": "https://github.com/Codeception/lib-asserts/issues", | |
"source": "https://github.com/Codeception/lib-asserts/tree/1.13.2" | |
}, | |
"time": "2020-10-21T16:26:20+00:00" | |
}, | |
{ | |
"name": "codeception/module-asserts", | |
"version": "1.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Codeception/module-asserts.git", | |
"reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Codeception/module-asserts/zipball/59374f2fef0cabb9e8ddb53277e85cdca74328de", | |
"reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de", | |
"shasum": "" | |
}, | |
"require": { | |
"codeception/codeception": "*@dev", | |
"codeception/lib-asserts": "^1.13.1", | |
"php": ">=5.6.0 <9.0" | |
}, | |
"conflict": { | |
"codeception/codeception": "<4.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Bodnarchuk" | |
}, | |
{ | |
"name": "Gintautas Miselis" | |
}, | |
{ | |
"name": "Gustavo Nieves", | |
"homepage": "https://medium.com/@ganieves" | |
} | |
], | |
"description": "Codeception module containing various assertions", | |
"homepage": "https://codeception.com/", | |
"keywords": [ | |
"assertions", | |
"asserts", | |
"codeception" | |
], | |
"support": { | |
"issues": "https://github.com/Codeception/module-asserts/issues", | |
"source": "https://github.com/Codeception/module-asserts/tree/1.3.1" | |
}, | |
"time": "2020-10-21T16:48:15+00:00" | |
}, | |
{ | |
"name": "codeception/phpunit-wrapper", | |
"version": "9.0.9", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Codeception/phpunit-wrapper.git", | |
"reference": "7439a53ae367986e9c22b2ac00f9d7376bb2f8cf" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/7439a53ae367986e9c22b2ac00f9d7376bb2f8cf", | |
"reference": "7439a53ae367986e9c22b2ac00f9d7376bb2f8cf", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2", | |
"phpunit/phpunit": "^9.0" | |
}, | |
"require-dev": { | |
"codeception/specify": "*", | |
"consolidation/robo": "^3.0.0-alpha3", | |
"vlucas/phpdotenv": "^3.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Codeception\\PHPUnit\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Davert", | |
"email": "davert.php@resend.cc" | |
}, | |
{ | |
"name": "Naktibalda" | |
} | |
], | |
"description": "PHPUnit classes used by Codeception", | |
"support": { | |
"issues": "https://github.com/Codeception/phpunit-wrapper/issues", | |
"source": "https://github.com/Codeception/phpunit-wrapper/tree/9.0.9" | |
}, | |
"time": "2022-05-23T06:24:11+00:00" | |
}, | |
{ | |
"name": "codeception/stub", | |
"version": "4.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Codeception/Stub.git", | |
"reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Codeception/Stub/zipball/18a148dacd293fc7b044042f5aa63a82b08bff5d", | |
"reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.4 | ^8.0", | |
"phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev" | |
}, | |
"require-dev": { | |
"consolidation/robo": "^3.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Codeception\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder", | |
"support": { | |
"issues": "https://github.com/Codeception/Stub/issues", | |
"source": "https://github.com/Codeception/Stub/tree/4.0.2" | |
}, | |
"time": "2022-01-31T19:25:15+00:00" | |
}, | |
{ | |
"name": "composer/ca-bundle", | |
"version": "1.3.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/ca-bundle.git", | |
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", | |
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-openssl": "*", | |
"ext-pcre": "*", | |
"php": "^5.3.2 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"phpstan/phpstan": "^0.12.55", | |
"psr/log": "^1.0", | |
"symfony/phpunit-bridge": "^4.2 || ^5", | |
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Composer\\CaBundle\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jordi Boggiano", | |
"email": "j.boggiano@seld.be", | |
"homepage": "http://seld.be" | |
} | |
], | |
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", | |
"keywords": [ | |
"cabundle", | |
"cacert", | |
"certificate", | |
"ssl", | |
"tls" | |
], | |
"support": { | |
"irc": "irc://irc.freenode.org/composer", | |
"issues": "https://github.com/composer/ca-bundle/issues", | |
"source": "https://github.com/composer/ca-bundle/tree/1.3.5" | |
}, | |
"funding": [ | |
{ | |
"url": "https://packagist.com", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/composer", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2023-01-11T08:27:00+00:00" | |
}, | |
{ | |
"name": "composer/composer", | |
"version": "2.2.21", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/composer.git", | |
"reference": "978198befc71de0b18fc1fc5a472c03b184b504a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/composer/zipball/978198befc71de0b18fc1fc5a472c03b184b504a", | |
"reference": "978198befc71de0b18fc1fc5a472c03b184b504a", | |
"shasum": "" | |
}, | |
"require": { | |
"composer/ca-bundle": "^1.0", | |
"composer/metadata-minifier": "^1.0", | |
"composer/pcre": "^1.0", | |
"composer/semver": "^3.0", | |
"composer/spdx-licenses": "^1.2", | |
"composer/xdebug-handler": "^2.0 || ^3.0", | |
"justinrainbow/json-schema": "^5.2.11", | |
"php": "^5.3.2 || ^7.0 || ^8.0", | |
"psr/log": "^1.0 || ^2.0", | |
"react/promise": "^1.2 || ^2.7", | |
"seld/jsonlint": "^1.4", | |
"seld/phar-utils": "^1.0", | |
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", | |
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", | |
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", | |
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" | |
}, | |
"require-dev": { | |
"phpspec/prophecy": "^1.10", | |
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" | |
}, | |
"suggest": { | |
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", | |
"ext-zip": "Enabling the zip extension allows you to unzip archives", | |
"ext-zlib": "Allow gzip compression of HTTP requests" | |
}, | |
"bin": [ | |
"bin/composer" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "2.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Composer\\": "src/Composer" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nils Adermann", | |
"email": "naderman@naderman.de", | |
"homepage": "https://www.naderman.de" | |
}, | |
{ | |
"name": "Jordi Boggiano", | |
"email": "j.boggiano@seld.be", | |
"homepage": "https://seld.be" | |
} | |
], | |
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", | |
"homepage": "https://getcomposer.org/", | |
"keywords": [ | |
"autoload", | |
"dependency", | |
"package" | |
], | |
"support": { | |
"irc": "ircs://irc.libera.chat:6697/composer", | |
"issues": "https://github.com/composer/composer/issues", | |
"source": "https://github.com/composer/composer/tree/2.2.21" | |
}, | |
"funding": [ | |
{ | |
"url": "https://packagist.com", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/composer", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2023-02-15T12:07:40+00:00" | |
}, | |
{ | |
"name": "composer/metadata-minifier", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/metadata-minifier.git", | |
"reference": "c549d23829536f0d0e984aaabbf02af91f443207" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", | |
"reference": "c549d23829536f0d0e984aaabbf02af91f443207", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.2 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"composer/composer": "^2", | |
"phpstan/phpstan": "^0.12.55", | |
"symfony/phpunit-bridge": "^4.2 || ^5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Composer\\MetadataMinifier\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jordi Boggiano", | |
"email": "j.boggiano@seld.be", | |
"homepage": "http://seld.be" | |
} | |
], | |
"description": "Small utility library that handles metadata minification and expansion.", | |
"keywords": [ | |
"composer", | |
"compression" | |
], | |
"support": { | |
"issues": "https://github.com/composer/metadata-minifier/issues", | |
"source": "https://github.com/composer/metadata-minifier/tree/1.0.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://packagist.com", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/composer", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2021-04-07T13:37:33+00:00" | |
}, | |
{ | |
"name": "composer/pcre", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/pcre.git", | |
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560", | |
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.2 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"phpstan/phpstan": "^1.3", | |
"phpstan/phpstan-strict-rules": "^1.1", | |
"symfony/phpunit-bridge": "^4.2 || ^5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Composer\\Pcre\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jordi Boggiano", | |
"email": "j.boggiano@seld.be", | |
"homepage": "http://seld.be" | |
} | |
], | |
"description": "PCRE wrapping library that offers type-safe preg_* replacements.", | |
"keywords": [ | |
"PCRE", | |
"preg", | |
"regex", | |
"regular expression" | |
], | |
"support": { | |
"issues": "https://github.com/composer/pcre/issues", | |
"source": "https://github.com/composer/pcre/tree/1.0.1" | |
}, | |
"funding": [ | |
{ | |
"url": "https://packagist.com", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/composer", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-01-21T20:24:37+00:00" | |
}, | |
{ | |
"name": "composer/semver", | |
"version": "3.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/semver.git", | |
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", | |
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.2 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"phpstan/phpstan": "^1.4", | |
"symfony/phpunit-bridge": "^4.2 || ^5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "3.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Composer\\Semver\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nils Adermann", | |
"email": "naderman@naderman.de", | |
"homepage": "http://www.naderman.de" | |
}, | |
{ | |
"name": "Jordi Boggiano", | |
"email": "j.boggiano@seld.be", | |
"homepage": "http://seld.be" | |
}, | |
{ | |
"name": "Rob Bast", | |
"email": "rob.bast@gmail.com", | |
"homepage": "http://robbast.nl" | |
} | |
], | |
"description": "Semver library that offers utilities, version constraint parsing and validation.", | |
"keywords": [ | |
"semantic", | |
"semver", | |
"validation", | |
"versioning" | |
], | |
"support": { | |
"irc": "irc://irc.freenode.org/composer", | |
"issues": "https://github.com/composer/semver/issues", | |
"source": "https://github.com/composer/semver/tree/3.3.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://packagist.com", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/composer", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-04-01T19:23:25+00:00" | |
}, | |
{ | |
"name": "composer/spdx-licenses", | |
"version": "1.5.7", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/spdx-licenses.git", | |
"reference": "c848241796da2abf65837d51dce1fae55a960149" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", | |
"reference": "c848241796da2abf65837d51dce1fae55a960149", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.2 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"phpstan/phpstan": "^0.12.55", | |
"symfony/phpunit-bridge": "^4.2 || ^5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Composer\\Spdx\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nils Adermann", | |
"email": "naderman@naderman.de", | |
"homepage": "http://www.naderman.de" | |
}, | |
{ | |
"name": "Jordi Boggiano", | |
"email": "j.boggiano@seld.be", | |
"homepage": "http://seld.be" | |
}, | |
{ | |
"name": "Rob Bast", | |
"email": "rob.bast@gmail.com", | |
"homepage": "http://robbast.nl" | |
} | |
], | |
"description": "SPDX licenses list and validation library.", | |
"keywords": [ | |
"license", | |
"spdx", | |
"validator" | |
], | |
"support": { | |
"irc": "irc://irc.freenode.org/composer", | |
"issues": "https://github.com/composer/spdx-licenses/issues", | |
"source": "https://github.com/composer/spdx-licenses/tree/1.5.7" | |
}, | |
"funding": [ | |
{ | |
"url": "https://packagist.com", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/composer", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-05-23T07:37:50+00:00" | |
}, | |
{ | |
"name": "composer/xdebug-handler", | |
"version": "3.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/xdebug-handler.git", | |
"reference": "ced299686f41dce890debac69273b47ffe98a40c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", | |
"reference": "ced299686f41dce890debac69273b47ffe98a40c", | |
"shasum": "" | |
}, | |
"require": { | |
"composer/pcre": "^1 || ^2 || ^3", | |
"php": "^7.2.5 || ^8.0", | |
"psr/log": "^1 || ^2 || ^3" | |
}, | |
"require-dev": { | |
"phpstan/phpstan": "^1.0", | |
"phpstan/phpstan-strict-rules": "^1.1", | |
"symfony/phpunit-bridge": "^6.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Composer\\XdebugHandler\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "John Stevenson", | |
"email": "john-stevenson@blueyonder.co.uk" | |
} | |
], | |
"description": "Restarts a process without Xdebug.", | |
"keywords": [ | |
"Xdebug", | |
"performance" | |
], | |
"support": { | |
"irc": "irc://irc.freenode.org/composer", | |
"issues": "https://github.com/composer/xdebug-handler/issues", | |
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3" | |
}, | |
"funding": [ | |
{ | |
"url": "https://packagist.com", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/composer", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-02-25T21:32:43+00:00" | |
}, | |
{ | |
"name": "dg/mysql-dump", | |
"version": "v1.5.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/dg/MySQL-dump.git", | |
"reference": "e0e287b715b43293773a8b0edf8514f606e01780" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/dg/MySQL-dump/zipball/e0e287b715b43293773a8b0edf8514f606e01780", | |
"reference": "e0e287b715b43293773a8b0edf8514f606e01780", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "David Grudl", | |
"homepage": "http://davidgrudl.com" | |
} | |
], | |
"description": "MySQL database dump.", | |
"homepage": "https://github.com/dg/MySQL-dump", | |
"keywords": [ | |
"mysql" | |
], | |
"support": { | |
"source": "https://github.com/dg/MySQL-dump/tree/master" | |
}, | |
"time": "2019-09-10T21:36:25+00:00" | |
}, | |
{ | |
"name": "doctrine/inflector", | |
"version": "2.0.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/inflector.git", | |
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", | |
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.2 || ^8.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^10", | |
"phpstan/phpstan": "^1.8", | |
"phpstan/phpstan-phpunit": "^1.1", | |
"phpstan/phpstan-strict-rules": "^1.3", | |
"phpunit/phpunit": "^8.5 || ^9.5", | |
"vimeo/psalm": "^4.25" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Guilherme Blanco", | |
"email": "guilhermeblanco@gmail.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "roman@code-factory.org" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "kontakt@beberlei.de" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "jonwage@gmail.com" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "schmittjoh@gmail.com" | |
} | |
], | |
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", | |
"homepage": "https://www.doctrine-project.org/projects/inflector.html", | |
"keywords": [ | |
"inflection", | |
"inflector", | |
"lowercase", | |
"manipulation", | |
"php", | |
"plural", | |
"singular", | |
"strings", | |
"uppercase", | |
"words" | |
], | |
"support": { | |
"issues": "https://github.com/doctrine/inflector/issues", | |
"source": "https://github.com/doctrine/inflector/tree/2.0.6" | |
}, | |
"funding": [ | |
{ | |
"url": "https://www.doctrine-project.org/sponsorship.html", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://www.patreon.com/phpdoctrine", | |
"type": "patreon" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-10-20T09:10:12+00:00" | |
}, | |
{ | |
"name": "doctrine/instantiator", | |
"version": "2.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/instantiator.git", | |
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", | |
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^8.1" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^11", | |
"ext-pdo": "*", | |
"ext-phar": "*", | |
"phpbench/phpbench": "^1.2", | |
"phpstan/phpstan": "^1.9.4", | |
"phpstan/phpstan-phpunit": "^1.3", | |
"phpunit/phpunit": "^9.5.27", | |
"vimeo/psalm": "^5.4" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Pivetta", | |
"email": "ocramius@gmail.com", | |
"homepage": "https://ocramius.github.io/" | |
} | |
], | |
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
"homepage": "https://www.doctrine-project.org/projects/instantiator.html", | |
"keywords": [ | |
"constructor", | |
"instantiate" | |
], | |
"support": { | |
"issues": "https://github.com/doctrine/instantiator/issues", | |
"source": "https://github.com/doctrine/instantiator/tree/2.0.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://www.doctrine-project.org/sponsorship.html", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://www.patreon.com/phpdoctrine", | |
"type": "patreon" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-30T00:23:10+00:00" | |
}, | |
{ | |
"name": "eftec/bladeone", | |
"version": "3.52", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/EFTEC/BladeOne.git", | |
"reference": "a19bf66917de0b29836983db87a455a4f6e32148" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/EFTEC/BladeOne/zipball/a19bf66917de0b29836983db87a455a4f6e32148", | |
"reference": "a19bf66917de0b29836983db87a455a4f6e32148", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"php": ">=5.6" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^2.16.1", | |
"phpunit/phpunit": "^5.7", | |
"squizlabs/php_codesniffer": "^3.5.4" | |
}, | |
"suggest": { | |
"eftec/bladeonehtml": "Extension to create forms", | |
"ext-mbstring": "This extension is used if it's active" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"eftec\\bladeone\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jorge Patricio Castro Castillo", | |
"email": "jcastro@eftec.cl" | |
} | |
], | |
"description": "The standalone version Blade Template Engine from Laravel in a single php file", | |
"homepage": "https://github.com/EFTEC/BladeOne", | |
"keywords": [ | |
"blade", | |
"php", | |
"template", | |
"templating", | |
"view" | |
], | |
"support": { | |
"issues": "https://github.com/EFTEC/BladeOne/issues", | |
"source": "https://github.com/EFTEC/BladeOne/tree/3.52" | |
}, | |
"time": "2021-04-17T13:49:01+00:00" | |
}, | |
{ | |
"name": "gettext/gettext", | |
"version": "v4.8.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-gettext/Gettext.git", | |
"reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/302a00aa9d6762c92c884d879c15d3ed05d6a37d", | |
"reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d", | |
"shasum": "" | |
}, | |
"require": { | |
"gettext/languages": "^2.3", | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"illuminate/view": "^5.0.x-dev", | |
"phpunit/phpunit": "^4.8|^5.7|^6.5", | |
"squizlabs/php_codesniffer": "^3.0", | |
"symfony/yaml": "~2", | |
"twig/extensions": "*", | |
"twig/twig": "^1.31|^2.0" | |
}, | |
"suggest": { | |
"illuminate/view": "Is necessary if you want to use the Blade extractor", | |
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", | |
"twig/extensions": "Is necessary if you want to use the Twig extractor", | |
"twig/twig": "Is necessary if you want to use the Twig extractor" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Gettext\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Oscar Otero", | |
"email": "oom@oscarotero.com", | |
"homepage": "http://oscarotero.com", | |
"role": "Developer" | |
} | |
], | |
"description": "PHP gettext manager", | |
"homepage": "https://github.com/oscarotero/Gettext", | |
"keywords": [ | |
"JS", | |
"gettext", | |
"i18n", | |
"mo", | |
"po", | |
"translation" | |
], | |
"support": { | |
"email": "oom@oscarotero.com", | |
"issues": "https://github.com/oscarotero/Gettext/issues", | |
"source": "https://github.com/php-gettext/Gettext/tree/v4.8.8" | |
}, | |
"funding": [ | |
{ | |
"url": "https://paypal.me/oscarotero", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/oscarotero", | |
"type": "github" | |
}, | |
{ | |
"url": "https://www.patreon.com/misteroom", | |
"type": "patreon" | |
} | |
], | |
"time": "2022-12-08T11:59:50+00:00" | |
}, | |
{ | |
"name": "gettext/languages", | |
"version": "2.10.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-gettext/Languages.git", | |
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", | |
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" | |
}, | |
"bin": [ | |
"bin/export-plural-rules" | |
], | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Gettext\\Languages\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michele Locati", | |
"email": "mlocati@gmail.com", | |
"role": "Developer" | |
} | |
], | |
"description": "gettext languages with plural rules", | |
"homepage": "https://github.com/php-gettext/Languages", | |
"keywords": [ | |
"cldr", | |
"i18n", | |
"internationalization", | |
"l10n", | |
"language", | |
"languages", | |
"localization", | |
"php", | |
"plural", | |
"plural rules", | |
"plurals", | |
"translate", | |
"translations", | |
"unicode" | |
], | |
"support": { | |
"issues": "https://github.com/php-gettext/Languages/issues", | |
"source": "https://github.com/php-gettext/Languages/tree/2.10.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://paypal.me/mlocati", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/mlocati", | |
"type": "github" | |
} | |
], | |
"time": "2022-10-18T15:00:10+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/psr7", | |
"version": "2.5.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "b635f279edd83fc275f822a1188157ffea568ff6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6", | |
"reference": "b635f279edd83fc275f822a1188157ffea568ff6", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.2.5 || ^8.0", | |
"psr/http-factory": "^1.0", | |
"psr/http-message": "^1.1 || ^2.0", | |
"ralouphie/getallheaders": "^3.0" | |
}, | |
"provide": { | |
"psr/http-factory-implementation": "1.0", | |
"psr/http-message-implementation": "1.0" | |
}, | |
"require-dev": { | |
"bamarni/composer-bin-plugin": "^1.8.1", | |
"http-interop/http-factory-tests": "^0.9", | |
"phpunit/phpunit": "^8.5.29 || ^9.5.23" | |
}, | |
"suggest": { | |
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" | |
}, | |
"type": "library", | |
"extra": { | |
"bamarni-bin": { | |
"bin-links": true, | |
"forward-command": false | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Psr7\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Graham Campbell", | |
"email": "hello@gjcampbell.co.uk", | |
"homepage": "https://github.com/GrahamCampbell" | |
}, | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
}, | |
{ | |
"name": "George Mponos", | |
"email": "gmponos@gmail.com", | |
"homepage": "https://github.com/gmponos" | |
}, | |
{ | |
"name": "Tobias Nyholm", | |
"email": "tobias.nyholm@gmail.com", | |
"homepage": "https://github.com/Nyholm" | |
}, | |
{ | |
"name": "Márk Sági-Kazár", | |
"email": "mark.sagikazar@gmail.com", | |
"homepage": "https://github.com/sagikazarmark" | |
}, | |
{ | |
"name": "Tobias Schultze", | |
"email": "webmaster@tubo-world.de", | |
"homepage": "https://github.com/Tobion" | |
}, | |
{ | |
"name": "Márk Sági-Kazár", | |
"email": "mark.sagikazar@gmail.com", | |
"homepage": "https://sagikazarmark.hu" | |
} | |
], | |
"description": "PSR-7 message implementation that also provides common utility methods", | |
"keywords": [ | |
"http", | |
"message", | |
"psr-7", | |
"request", | |
"response", | |
"stream", | |
"uri", | |
"url" | |
], | |
"support": { | |
"issues": "https://github.com/guzzle/psr7/issues", | |
"source": "https://github.com/guzzle/psr7/tree/2.5.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/GrahamCampbell", | |
"type": "github" | |
}, | |
{ | |
"url": "https://github.com/Nyholm", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", | |
"type": "tidelift" | |
} | |
], | |
"time": "2023-04-17T16:11:26+00:00" | |
}, | |
{ | |
"name": "illuminate/collections", | |
"version": "v10.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/collections.git", | |
"reference": "4f3810082e70780547c48d803c2d315e566df6a5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/collections/zipball/4f3810082e70780547c48d803c2d315e566df6a5", | |
"reference": "4f3810082e70780547c48d803c2d315e566df6a5", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/conditionable": "^10.0", | |
"illuminate/contracts": "^10.0", | |
"illuminate/macroable": "^10.0", | |
"php": "^8.1" | |
}, | |
"suggest": { | |
"symfony/var-dumper": "Required to use the dump method (^6.2)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "10.x-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"helpers.php" | |
], | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Collections package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2023-05-09T18:53:34+00:00" | |
}, | |
{ | |
"name": "illuminate/conditionable", | |
"version": "v10.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/conditionable.git", | |
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009", | |
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^8.0.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "10.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Conditionable package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2023-02-03T08:06:17+00:00" | |
}, | |
{ | |
"name": "illuminate/contracts", | |
"version": "v10.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/contracts.git", | |
"reference": "0f8b766d66df7e0784ea73cfe4caf7a48b623f53" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/contracts/zipball/0f8b766d66df7e0784ea73cfe4caf7a48b623f53", | |
"reference": "0f8b766d66df7e0784ea73cfe4caf7a48b623f53", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^8.1", | |
"psr/container": "^1.1.1|^2.0.1", | |
"psr/simple-cache": "^1.0|^2.0|^3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "10.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Contracts\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Contracts package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2023-05-01T15:41:14+00:00" | |
}, | |
{ | |
"name": "illuminate/macroable", | |
"version": "v10.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/macroable.git", | |
"reference": "6b80109438161d45a5f2bdf7ecdd56cbd0096c3d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/macroable/zipball/6b80109438161d45a5f2bdf7ecdd56cbd0096c3d", | |
"reference": "6b80109438161d45a5f2bdf7ecdd56cbd0096c3d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^8.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "10.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Macroable package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2023-03-17T13:33:11+00:00" | |
}, | |
{ | |
"name": "illuminate/support", | |
"version": "v10.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/support.git", | |
"reference": "bd298d342508bb5161f751b41187f924d606955f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/support/zipball/bd298d342508bb5161f751b41187f924d606955f", | |
"reference": "bd298d342508bb5161f751b41187f924d606955f", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/inflector": "^2.0", | |
"ext-ctype": "*", | |
"ext-filter": "*", | |
"ext-mbstring": "*", | |
"illuminate/collections": "^10.0", | |
"illuminate/conditionable": "^10.0", | |
"illuminate/contracts": "^10.0", | |
"illuminate/macroable": "^10.0", | |
"nesbot/carbon": "^2.62.1", | |
"php": "^8.1", | |
"voku/portable-ascii": "^2.0" | |
}, | |
"conflict": { | |
"tightenco/collect": "<5.5.33" | |
}, | |
"suggest": { | |
"illuminate/filesystem": "Required to use the composer class (^10.0).", | |
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", | |
"ramsey/uuid": "Required to use Str::uuid() (^4.7).", | |
"symfony/process": "Required to use the composer class (^6.2).", | |
"symfony/uid": "Required to use Str::ulid() (^6.2).", | |
"symfony/var-dumper": "Required to use the dd function (^6.2).", | |
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "10.x-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"helpers.php" | |
], | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Support package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2023-05-16T13:55:32+00:00" | |
}, | |
{ | |
"name": "justinrainbow/json-schema", | |
"version": "5.2.12", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/justinrainbow/json-schema.git", | |
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", | |
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", | |
"json-schema/json-schema-test-suite": "1.2.0", | |
"phpunit/phpunit": "^4.8.35" | |
}, | |
"bin": [ | |
"bin/validate-json" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"JsonSchema\\": "src/JsonSchema/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Bruno Prieto Reis", | |
"email": "bruno.p.reis@gmail.com" | |
}, | |
{ | |
"name": "Justin Rainbow", | |
"email": "justin.rainbow@gmail.com" | |
}, | |
{ | |
"name": "Igor Wiedler", | |
"email": "igor@wiedler.ch" | |
}, | |
{ | |
"name": "Robert Schönthal", | |
"email": "seroscho@googlemail.com" | |
} | |
], | |
"description": "A library to validate a json schema.", | |
"homepage": "https://github.com/justinrainbow/json-schema", | |
"keywords": [ | |
"json", | |
"schema" | |
], | |
"support": { | |
"issues": "https://github.com/justinrainbow/json-schema/issues", | |
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" | |
}, | |
"time": "2022-04-13T08:02:27+00:00" | |
}, | |
{ | |
"name": "lucatume/args", | |
"version": "1.0.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/lucatume/args.git", | |
"reference": "9ab69f5c995813b2dfbb067100ada500ee2893e8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/lucatume/args/zipball/9ab69f5c995813b2dfbb067100ada500ee2893e8", | |
"reference": "9ab69f5c995813b2dfbb067100ada500ee2893e8", | |
"shasum": "" | |
}, | |
"require": { | |
"xrstf/composer-php52": "1.*" | |
}, | |
"require-dev": { | |
"codeception/codeception": "*" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Arg": "src/", | |
"tad_": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Luca Tumedei", | |
"email": "luca@theaveragedev.com" | |
} | |
], | |
"description": "A PHP 5.2 compatible arguments handling library.", | |
"support": { | |
"issues": "https://github.com/lucatume/args/issues", | |
"source": "https://github.com/lucatume/args/tree/master" | |
}, | |
"time": "2018-02-11T12:20:29+00:00" | |
}, | |
{ | |
"name": "lucatume/function-mocker", | |
"version": "1.3.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/lucatume/function-mocker.git", | |
"reference": "97dbec0d806dfa2745fd1f793a86bec9a852629e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/lucatume/function-mocker/zipball/97dbec0d806dfa2745fd1f793a86bec9a852629e", | |
"reference": "97dbec0d806dfa2745fd1f793a86bec9a852629e", | |
"shasum": "" | |
}, | |
"require": { | |
"antecedent/patchwork": "^2.0", | |
"lucatume/args": "^1.0", | |
"php": ">=5.6.0", | |
"phpunit/phpunit": ">=5.7" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5.7" | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"src/shims.php", | |
"src/functions.php" | |
], | |
"psr-0": { | |
"tad\\FunctionMocker": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-2.0+" | |
], | |
"authors": [ | |
{ | |
"name": "theAverageDev", | |
"email": "luca@theaveragedev.com" | |
} | |
], | |
"description": "Function mocking with Patchwork", | |
"support": { | |
"issues": "https://github.com/lucatume/function-mocker/issues", | |
"source": "https://github.com/lucatume/function-mocker/tree/1.3.8" | |
}, | |
"time": "2018-04-18T15:25:42+00:00" | |
}, | |
{ | |
"name": "lucatume/wp-browser", | |
"version": "3.1.9", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/lucatume/wp-browser.git", | |
"reference": "38e15758d2960d31ce6347bff843574f147d2630" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/lucatume/wp-browser/zipball/38e15758d2960d31ce6347bff843574f147d2630", | |
"reference": "38e15758d2960d31ce6347bff843574f147d2630", | |
"shasum": "" | |
}, | |
"require": { | |
"antecedent/patchwork": "^2.0", | |
"bordoni/phpass": "^0.3", | |
"codeception/codeception": "^2.5 || ^3.0 || ^4.0", | |
"dg/mysql-dump": "^1.3", | |
"ext-fileinfo": "*", | |
"ext-json": "*", | |
"ext-pdo": "*", | |
"mikehaertl/php-shellcommand": "^1.6", | |
"mikemclin/laravel-wp-password": "~2.0.0", | |
"php": ">=5.6.0", | |
"vria/nodiacritic": "^0.1.2", | |
"wp-cli/wp-cli": ">=2.0 <3.0.0", | |
"zordius/lightncandy": "^1.2" | |
}, | |
"conflict": { | |
"codeception/module-asserts": ">=2.0", | |
"codeception/module-cli": ">=2.0", | |
"codeception/module-db": ">=2.0", | |
"codeception/module-filesystem": ">=2.0", | |
"codeception/module-phpbrowser": ">=2.0", | |
"codeception/module-webdriver": ">=2.0", | |
"codeception/util-universalframework": ">=2.0" | |
}, | |
"require-dev": { | |
"erusev/parsedown": "^1.7", | |
"ext-pcntl": "*", | |
"ext-sockets": "*", | |
"gumlet/php-image-resize": "^1.6", | |
"lucatume/codeception-snapshot-assertions": "^0.2", | |
"mikey179/vfsstream": "^1.6", | |
"victorjonsson/markdowndocs": "dev-master", | |
"vlucas/phpdotenv": "^3.0", | |
"wp-cli/wp-cli-bundle": "*" | |
}, | |
"suggest": { | |
"codeception/module-asserts:^1.0": "Codeception 4.0 compatibility.", | |
"codeception/module-cli:^1.0": "Codeception 4.0 compatibility; required by the WPCLI module.", | |
"codeception/module-db:^1.0": "Codeception 4.0 compatibility; required by the WPDb module, PHP 5.6 compatible version.", | |
"codeception/module-filesystem:^1.0": "Codeception 4.0 compatibility; required by the WPFilesystem module.", | |
"codeception/module-phpbrowser:^1.0": "Codeception 4.0 compatibility; required by the WPBrowser module.", | |
"codeception/module-webdriver:^1.0": "Codeception 4.0 compatibility; required by the WPWebDriver module.", | |
"codeception/util-universalframework:^1.0": "Codeception 4.0 compatibility; required by the WordPress framework module.", | |
"gumlet/php-image-resize": "To handle runtime image modification in the WPDb::haveAttachmentInDatabase method.", | |
"vlucas/phpdotenv:^4.0": "To manage more complex environment file based configuration of the suites." | |
}, | |
"type": "library", | |
"extra": { | |
"_hash": "484f861f69198089cab0e642f27e5653" | |
}, | |
"autoload": { | |
"files": [ | |
"src/tad/WPBrowser/utils.php", | |
"src/tad/WPBrowser/wp-polyfills.php" | |
], | |
"psr-4": { | |
"tad\\": "src/tad", | |
"Codeception\\": "src/Codeception", | |
"lucatume\\WPBrowser\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "theAverageDev (Luca Tumedei)", | |
"email": "luca@theaveragedev.com", | |
"homepage": "http://theaveragedev.com", | |
"role": "Developer" | |
} | |
], | |
"description": "WordPress extension of the PhpBrowser class.", | |
"homepage": "http://github.com/lucatume/wp-browser", | |
"keywords": [ | |
"codeception", | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/lucatume/wp-browser/issues", | |
"source": "https://github.com/lucatume/wp-browser/tree/3.1.9" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/lucatume", | |
"type": "github" | |
} | |
], | |
"time": "2023-04-11T07:42:24+00:00" | |
}, | |
{ | |
"name": "mck89/peast", | |
"version": "v1.15.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/mck89/peast.git", | |
"reference": "cf06286910b7efc9dce7503553ebee314df3d3d3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/mck89/peast/zipball/cf06286910b7efc9dce7503553ebee314df3d3d3", | |
"reference": "cf06286910b7efc9dce7503553ebee314df3d3d3", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.15.1-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Peast\\": "lib/Peast/", | |
"Peast\\test\\": "test/Peast/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Marchiò", | |
"email": "marco.mm89@gmail.com" | |
} | |
], | |
"description": "Peast is PHP library that generates AST for JavaScript code", | |
"support": { | |
"issues": "https://github.com/mck89/peast/issues", | |
"source": "https://github.com/mck89/peast/tree/v1.15.1" | |
}, | |
"time": "2023-01-21T13:18:17+00:00" | |
}, | |
{ | |
"name": "mikehaertl/php-shellcommand", | |
"version": "1.7.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/mikehaertl/php-shellcommand.git", | |
"reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545", | |
"reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">= 5.3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": ">4.0 <=9.4" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"mikehaertl\\shellcommand\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Härtl", | |
"email": "haertl.mike@gmail.com" | |
} | |
], | |
"description": "An object oriented interface to shell commands", | |
"keywords": [ | |
"shell" | |
], | |
"support": { | |
"issues": "https://github.com/mikehaertl/php-shellcommand/issues", | |
"source": "https://github.com/mikehaertl/php-shellcommand/tree/1.7.0" | |
}, | |
"time": "2023-04-19T08:25:22+00:00" | |
}, | |
{ | |
"name": "mikemclin/laravel-wp-password", | |
"version": "2.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/mikemclin/laravel-wp-password.git", | |
"reference": "5225c95f75aa0a5ad4040ec2074d1c8d7f10b5f4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/5225c95f75aa0a5ad4040ec2074d1c8d7f10b5f4", | |
"reference": "5225c95f75aa0a5ad4040ec2074d1c8d7f10b5f4", | |
"shasum": "" | |
}, | |
"require": { | |
"bordoni/phpass": "0.3.*", | |
"illuminate/support": ">=4.0.0", | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "~0.9", | |
"phpunit/phpunit": "~4.0", | |
"satooshi/php-coveralls": "^2.2" | |
}, | |
"type": "laravel-package", | |
"extra": { | |
"laravel": { | |
"providers": [ | |
"MikeMcLin\\WpPassword\\WpPasswordProvider" | |
], | |
"aliases": { | |
"WpPassword": "MikeMcLin\\WpPassword\\Facades\\WpPassword" | |
} | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"MikeMcLin\\WpPassword\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Mike McLin", | |
"email": "mike@mikemclin.com", | |
"homepage": "http://mikemclin.net" | |
} | |
], | |
"description": "Laravel package that checks and creates WordPress password hashes", | |
"homepage": "https://github.com/mikemclin/laravel-wp-password", | |
"keywords": [ | |
"hashing", | |
"laravel", | |
"password", | |
"wordpress" | |
], | |
"support": { | |
"issues": "https://github.com/mikemclin/laravel-wp-password/issues", | |
"source": "https://github.com/mikemclin/laravel-wp-password/tree/2.0.3" | |
}, | |
"time": "2021-09-30T13:48:57+00:00" | |
}, | |
{ | |
"name": "mustache/mustache", | |
"version": "v2.14.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/bobthecow/mustache.php.git", | |
"reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb", | |
"reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.4" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "~1.11", | |
"phpunit/phpunit": "~3.7|~4.0|~5.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Mustache": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Justin Hileman", | |
"email": "justin@justinhileman.info", | |
"homepage": "http://justinhileman.com" | |
} | |
], | |
"description": "A Mustache implementation in PHP.", | |
"homepage": "https://github.com/bobthecow/mustache.php", | |
"keywords": [ | |
"mustache", | |
"templating" | |
], | |
"support": { | |
"issues": "https://github.com/bobthecow/mustache.php/issues", | |
"source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2" | |
}, | |
"time": "2022-08-23T13:07:01+00:00" | |
}, | |
{ | |
"name": "myclabs/deep-copy", | |
"version": "1.11.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/myclabs/DeepCopy.git", | |
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", | |
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1 || ^8.0" | |
}, | |
"conflict": { | |
"doctrine/collections": "<1.6.8", | |
"doctrine/common": "<2.13.3 || >=3,<3.2.2" | |
}, | |
"require-dev": { | |
"doctrine/collections": "^1.6.8", | |
"doctrine/common": "^2.13.3 || ^3.2.2", | |
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"src/DeepCopy/deep_copy.php" | |
], | |
"psr-4": { | |
"DeepCopy\\": "src/DeepCopy/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "Create deep copies (clones) of your objects", | |
"keywords": [ | |
"clone", | |
"copy", | |
"duplicate", | |
"object", | |
"object graph" | |
], | |
"support": { | |
"issues": "https://github.com/myclabs/DeepCopy/issues", | |
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" | |
}, | |
"funding": [ | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | |
"type": "tidelift" | |
} | |
], | |
"time": "2023-03-08T13:26:56+00:00" | |
}, | |
{ | |
"name": "nb/oxymel", | |
"version": "v0.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nb/oxymel.git", | |
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", | |
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.4" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Oxymel": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nikolay Bachiyski", | |
"email": "nb@nikolay.bg", | |
"homepage": "http://extrapolate.me/" | |
} | |
], | |
"description": "A sweet XML builder", | |
"homepage": "https://github.com/nb/oxymel", | |
"keywords": [ | |
"xml" | |
], | |
"support": { | |
"issues": "https://github.com/nb/oxymel/issues", | |
"source": "https://github.com/nb/oxymel/tree/master" | |
}, | |
"time": "2013-02-24T15:01:54+00:00" | |
}, | |
{ | |
"name": "nesbot/carbon", | |
"version": "2.66.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/briannesbitt/Carbon.git", | |
"reference": "496712849902241f04902033b0441b269effe001" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001", | |
"reference": "496712849902241f04902033b0441b269effe001", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"php": "^7.1.8 || ^8.0", | |
"symfony/polyfill-mbstring": "^1.0", | |
"symfony/polyfill-php80": "^1.16", | |
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" | |
}, | |
"require-dev": { | |
"doctrine/dbal": "^2.0 || ^3.1.4", | |
"doctrine/orm": "^2.7", | |
"friendsofphp/php-cs-fixer": "^3.0", | |
"kylekatarnls/multi-tester": "^2.0", | |
"ondrejmirtes/better-reflection": "*", | |
"phpmd/phpmd": "^2.9", | |
"phpstan/extension-installer": "^1.0", | |
"phpstan/phpstan": "^0.12.99 || ^1.7.14", | |
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", | |
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", | |
"squizlabs/php_codesniffer": "^3.4" | |
}, | |
"bin": [ | |
"bin/carbon" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-3.x": "3.x-dev", | |
"dev-master": "2.x-dev" | |
}, | |
"laravel": { | |
"providers": [ | |
"Carbon\\Laravel\\ServiceProvider" | |
] | |
}, | |
"phpstan": { | |
"includes": [ | |
"extension.neon" | |
] | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Carbon\\": "src/Carbon/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Brian Nesbitt", | |
"email": "brian@nesbot.com", | |
"homepage": "https://markido.com" | |
}, | |
{ | |
"name": "kylekatarnls", | |
"homepage": "https://github.com/kylekatarnls" | |
} | |
], | |
"description": "An API extension for DateTime that supports 281 different languages.", | |
"homepage": "https://carbon.nesbot.com", | |
"keywords": [ | |
"date", | |
"datetime", | |
"time" | |
], | |
"support": { | |
"docs": "https://carbon.nesbot.com/docs", | |
"issues": "https://github.com/briannesbitt/Carbon/issues", | |
"source": "https://github.com/briannesbitt/Carbon" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sponsors/kylekatarnls", | |
"type": "github" | |
}, | |
{ | |
"url": "https://opencollective.com/Carbon#sponsor", | |
"type": "opencollective" | |
}, | |
{ | |
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", | |
"type": "tidelift" | |
} | |
], | |
"time": "2023-01-29T18:53:47+00:00" | |
}, | |
{ | |
"name": "nikic/php-parser", | |
"version": "v4.15.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nikic/PHP-Parser.git", | |
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", | |
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"ircmaxell/php-yacc": "^0.0.7", | |
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" | |
}, | |
"bin": [ | |
"bin/php-parse" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.9-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PhpParser\\": "lib/PhpParser" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Nikita Popov" | |
} | |
], | |
"description": "A PHP parser written in PHP", | |
"keywords": [ | |
"parser", | |
"php" | |
], | |
"support": { | |
"issues": "https://github.com/nikic/PHP-Parser/issues", | |
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" | |
}, | |
"time": "2023-03-05T19:49:14+00:00" | |
}, | |
{ | |
"name": "phar-io/manifest", | |
"version": "2.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phar-io/manifest.git", | |
"reference": "97803eca37d319dfa7826cc2437fc020857acb53" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", | |
"reference": "97803eca37d319dfa7826cc2437fc020857acb53", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-phar": "*", | |
"ext-xmlwriter": "*", | |
"phar-io/version": "^3.0.1", | |
"php": "^7.2 || ^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Arne Blankerts", | |
"email": "arne@blankerts.de", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Heuer", | |
"email": "sebastian@phpeople.de", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de", | |
"role": "Developer" | |
} | |
], | |
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | |
"support": { | |
"issues": "https://github.com/phar-io/manifest/issues", | |
"source": "https://github.com/phar-io/manifest/tree/2.0.3" | |
}, | |
"time": "2021-07-20T11:28:43+00:00" | |
}, | |
{ | |
"name": "phar-io/version", | |
"version": "3.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phar-io/version.git", | |
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", | |
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.2 || ^8.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Arne Blankerts", | |
"email": "arne@blankerts.de", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Heuer", | |
"email": "sebastian@phpeople.de", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de", | |
"role": "Developer" | |
} | |
], | |
"description": "Library for handling version information and constraints", | |
"support": { | |
"issues": "https://github.com/phar-io/version/issues", | |
"source": "https://github.com/phar-io/version/tree/3.2.1" | |
}, | |
"time": "2022-02-21T01:04:05+00:00" | |
}, | |
{ | |
"name": "phpunit/php-code-coverage", | |
"version": "9.2.26", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
"reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", | |
"reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", | |
"shasum": "" | |
}, | |