|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "978622f37b7dcfc6d245cbfd8a18d3a9",
|
|
|
+ "content-hash": "fa961afffd973f162bb982d36c8c6031",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -59,6 +59,68 @@
|
|
|
"time": "2019-12-24T22:41:47+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "beberlei/assert",
|
|
|
+ "version": "v3.2.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/beberlei/assert.git",
|
|
|
+ "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
|
|
|
+ "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "php": "^7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "*",
|
|
|
+ "phpstan/phpstan-shim": "*",
|
|
|
+ "phpunit/phpunit": ">=6.0.0 <8"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Assert\\": "lib/Assert"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "lib/Assert/functions.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-2-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Richard Quadling",
|
|
|
+ "email": "rquadling@gmail.com",
|
|
|
+ "role": "Collaborator"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Thin assertion library for input validation in business models.",
|
|
|
+ "keywords": [
|
|
|
+ "assert",
|
|
|
+ "assertion",
|
|
|
+ "validation"
|
|
|
+ ],
|
|
|
+ "time": "2019-12-19T17:51:41+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "brick/math",
|
|
|
"version": "0.8.15",
|
|
|
"source": {
|
|
@@ -1335,6 +1397,61 @@
|
|
|
"time": "2019-12-20T14:22:59+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "morilog/jalali",
|
|
|
+ "version": "v3.1.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/morilog/jalali.git",
|
|
|
+ "reference": "ae040b5659c04933f8d7423f1fabaa1dd168d62b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/morilog/jalali/zipball/ae040b5659c04933f8d7423f1fabaa1dd168d62b",
|
|
|
+ "reference": "ae040b5659c04933f8d7423f1fabaa1dd168d62b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "beberlei/assert": "3.*",
|
|
|
+ "nesbot/carbon": "^1.21 || ^2.0",
|
|
|
+ "php": "^7.0 | ^7.1 | ^7.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Morilog\\Jalali\\": "src"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/helpers.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Milad Rey",
|
|
|
+ "email": "miladr@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Morteza Parvini",
|
|
|
+ "email": "m.parvini@outlook.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in PHP applications, based on Jalali (Shamsi) DateTime class.",
|
|
|
+ "keywords": [
|
|
|
+ "Jalali",
|
|
|
+ "date",
|
|
|
+ "datetime",
|
|
|
+ "laravel",
|
|
|
+ "morilog"
|
|
|
+ ],
|
|
|
+ "time": "2019-12-16T06:24:41+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "nesbot/carbon",
|
|
|
"version": "2.33.0",
|
|
|
"source": {
|