Plugin Directory

Changeset 2059786


Ignore:
Timestamp:
03/29/2019 04:29:31 PM (7 years ago)
Author:
indicativejeremy
Message:

Moving back to php 7

Location:
indicative-analytics/trunk
Files:
1146 added
3 edited

Legend:

Unmodified
Added
Removed
  • indicative-analytics/trunk/composer.json

    r2059668 r2059786  
    22    "config": {
    33        "platform": {
    4             "php": "5.6"
     4            "php": "7"
    55        }
    66    },
     
    88        "guzzlehttp/guzzle": "~6.0",
    99        "ramsey/uuid": "~3.0",
    10         "illuminate/database": "^5.2",
    11         "illuminate/filesystem": "^5.2",
    12         "illuminate/translation": "^5.2",
    13         "illuminate/validation": "^5.2"
     10        "illuminate/database": "^5.5",
     11        "illuminate/filesystem": "^5.5",
     12        "illuminate/translation": "^5.5",
     13        "illuminate/validation": "^5.5"
    1414    }
    1515}
  • indicative-analytics/trunk/composer.lock

    r2059668 r2059786  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "323d015fe5d0592eff7c3c7f6bda7cb8",
     7    "content-hash": "94c97bd6a663dce68ebe661de24bdd42",
    88    "packages": [
    99        {
    1010            "name": "doctrine/inflector",
    11             "version": "v1.1.0",
     11            "version": "v1.2.0",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/doctrine/inflector.git",
    15                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
    20                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
    21                 "shasum": ""
    22             },
    23             "require": {
    24                 "php": ">=5.3.2"
     15                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
     20                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
     21                "shasum": ""
     22            },
     23            "require": {
     24                "php": "^7.0"
    2525            },
    2626            "require-dev": {
    27                 "phpunit/phpunit": "4.*"
    28             },
    29             "type": "library",
    30             "extra": {
    31                 "branch-alias": {
    32                     "dev-master": "1.1.x-dev"
    33                 }
    34             },
    35             "autoload": {
    36                 "psr-0": {
    37                     "Doctrine\\Common\\Inflector\\": "lib/"
     27                "phpunit/phpunit": "^6.2"
     28            },
     29            "type": "library",
     30            "extra": {
     31                "branch-alias": {
     32                    "dev-master": "1.2.x-dev"
     33                }
     34            },
     35            "autoload": {
     36                "psr-4": {
     37                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
    3838                }
    3939            },
     
    7272                "string"
    7373            ],
    74             "time": "2015-11-06T14:35:42+00:00"
     74            "time": "2017-07-22T12:18:28+00:00"
    7575        },
    7676        {
     
    259259        {
    260260            "name": "illuminate/container",
    261             "version": "v5.2.45",
     261            "version": "v5.5.44",
    262262            "source": {
    263263                "type": "git",
    264264                "url": "https://github.com/illuminate/container.git",
    265                 "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2"
    266             },
    267             "dist": {
    268                 "type": "zip",
    269                 "url": "https://api.github.com/repos/illuminate/container/zipball/5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
    270                 "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
    271                 "shasum": ""
    272             },
    273             "require": {
    274                 "illuminate/contracts": "5.2.*",
    275                 "php": ">=5.5.9"
    276             },
    277             "type": "library",
    278             "extra": {
    279                 "branch-alias": {
    280                     "dev-master": "5.2-dev"
     265                "reference": "7917f4c86ecf7f4d0efcfd83248ad3e301e08858"
     266            },
     267            "dist": {
     268                "type": "zip",
     269                "url": "https://api.github.com/repos/illuminate/container/zipball/7917f4c86ecf7f4d0efcfd83248ad3e301e08858",
     270                "reference": "7917f4c86ecf7f4d0efcfd83248ad3e301e08858",
     271                "shasum": ""
     272            },
     273            "require": {
     274                "illuminate/contracts": "5.5.*",
     275                "php": ">=7.0",
     276                "psr/container": "~1.0"
     277            },
     278            "type": "library",
     279            "extra": {
     280                "branch-alias": {
     281                    "dev-master": "5.5-dev"
    281282                }
    282283            },
     
    297298            ],
    298299            "description": "The Illuminate Container package.",
    299             "homepage": "http://laravel.com",
    300             "time": "2016-08-01T13:49:14+00:00"
     300            "homepage": "https://laravel.com",
     301            "time": "2018-01-19T17:58:33+00:00"
    301302        },
    302303        {
    303304            "name": "illuminate/contracts",
    304             "version": "v5.2.45",
     305            "version": "v5.5.44",
    305306            "source": {
    306307                "type": "git",
    307308                "url": "https://github.com/illuminate/contracts.git",
    308                 "reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
    309             },
    310             "dist": {
    311                 "type": "zip",
    312                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
    313                 "reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
    314                 "shasum": ""
    315             },
    316             "require": {
    317                 "php": ">=5.5.9"
    318             },
    319             "type": "library",
    320             "extra": {
    321                 "branch-alias": {
    322                     "dev-master": "5.2-dev"
     309                "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528"
     310            },
     311            "dist": {
     312                "type": "zip",
     313                "url": "https://api.github.com/repos/illuminate/contracts/zipball/b2a62b4a85485fca9cf5fa61a933ad64006ff528",
     314                "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528",
     315                "shasum": ""
     316            },
     317            "require": {
     318                "php": ">=7.0",
     319                "psr/container": "~1.0",
     320                "psr/simple-cache": "~1.0"
     321            },
     322            "type": "library",
     323            "extra": {
     324                "branch-alias": {
     325                    "dev-master": "5.5-dev"
    323326                }
    324327            },
     
    339342            ],
    340343            "description": "The Illuminate Contracts package.",
    341             "homepage": "http://laravel.com",
    342             "time": "2016-08-08T11:46:08+00:00"
     344            "homepage": "https://laravel.com",
     345            "time": "2018-03-20T15:34:35+00:00"
    343346        },
    344347        {
    345348            "name": "illuminate/database",
    346             "version": "v5.2.45",
     349            "version": "v5.5.44",
    347350            "source": {
    348351                "type": "git",
    349352                "url": "https://github.com/illuminate/database.git",
    350                 "reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a"
    351             },
    352             "dist": {
    353                 "type": "zip",
    354                 "url": "https://api.github.com/repos/illuminate/database/zipball/4a70c0598ed41d18a99f23c12be4e22b5006d30a",
    355                 "reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a",
    356                 "shasum": ""
    357             },
    358             "require": {
    359                 "illuminate/container": "5.2.*",
    360                 "illuminate/contracts": "5.2.*",
    361                 "illuminate/support": "5.2.*",
    362                 "nesbot/carbon": "~1.20",
    363                 "php": ">=5.5.9"
     353                "reference": "f5403b3dd774eb89ff0ef5e633e57458c3dc537d"
     354            },
     355            "dist": {
     356                "type": "zip",
     357                "url": "https://api.github.com/repos/illuminate/database/zipball/f5403b3dd774eb89ff0ef5e633e57458c3dc537d",
     358                "reference": "f5403b3dd774eb89ff0ef5e633e57458c3dc537d",
     359                "shasum": ""
     360            },
     361            "require": {
     362                "illuminate/container": "5.5.*",
     363                "illuminate/contracts": "5.5.*",
     364                "illuminate/support": "5.5.*",
     365                "php": ">=7.0"
    364366            },
    365367            "suggest": {
    366                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
     368                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
    367369                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
    368                 "illuminate/console": "Required to use the database commands (5.2.*).",
    369                 "illuminate/events": "Required to use the observers with Eloquent (5.2.*).",
    370                 "illuminate/filesystem": "Required to use the migrations (5.2.*).",
    371                 "illuminate/pagination": "Required to paginate the result set (5.2.*)."
    372             },
    373             "type": "library",
    374             "extra": {
    375                 "branch-alias": {
    376                     "dev-master": "5.2-dev"
     370                "illuminate/console": "Required to use the database commands (5.5.*).",
     371                "illuminate/events": "Required to use the observers with Eloquent (5.5.*).",
     372                "illuminate/filesystem": "Required to use the migrations (5.5.*).",
     373                "illuminate/pagination": "Required to paginate the result set (5.5.*)."
     374            },
     375            "type": "library",
     376            "extra": {
     377                "branch-alias": {
     378                    "dev-master": "5.5-dev"
    377379                }
    378380            },
     
    393395            ],
    394396            "description": "The Illuminate Database package.",
    395             "homepage": "http://laravel.com",
     397            "homepage": "https://laravel.com",
    396398            "keywords": [
    397399                "database",
     
    400402                "sql"
    401403            ],
    402             "time": "2016-08-25T07:01:20+00:00"
     404            "time": "2018-09-23T18:58:54+00:00"
    403405        },
    404406        {
    405407            "name": "illuminate/filesystem",
    406             "version": "v5.2.45",
     408            "version": "v5.5.44",
    407409            "source": {
    408410                "type": "git",
    409411                "url": "https://github.com/illuminate/filesystem.git",
    410                 "reference": "39668a50e0cf1d673e58e7dbb437475708cfb508"
    411             },
    412             "dist": {
    413                 "type": "zip",
    414                 "url": "https://api.github.com/repos/illuminate/filesystem/zipball/39668a50e0cf1d673e58e7dbb437475708cfb508",
    415                 "reference": "39668a50e0cf1d673e58e7dbb437475708cfb508",
    416                 "shasum": ""
    417             },
    418             "require": {
    419                 "illuminate/contracts": "5.2.*",
    420                 "illuminate/support": "5.2.*",
    421                 "php": ">=5.5.9",
    422                 "symfony/finder": "2.8.*|3.0.*"
     412                "reference": "b8c0e36d47cfde3a0727bc6e2057775ff98a1bcd"
     413            },
     414            "dist": {
     415                "type": "zip",
     416                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b8c0e36d47cfde3a0727bc6e2057775ff98a1bcd",
     417                "reference": "b8c0e36d47cfde3a0727bc6e2057775ff98a1bcd",
     418                "shasum": ""
     419            },
     420            "require": {
     421                "illuminate/contracts": "5.5.*",
     422                "illuminate/support": "5.5.*",
     423                "php": ">=7.0",
     424                "symfony/finder": "~3.3"
    423425            },
    424426            "suggest": {
     
    430432            "extra": {
    431433                "branch-alias": {
    432                     "dev-master": "5.2-dev"
     434                    "dev-master": "5.5-dev"
    433435                }
    434436            },
     
    449451            ],
    450452            "description": "The Illuminate Filesystem package.",
    451             "homepage": "http://laravel.com",
    452             "time": "2016-08-17T17:21:29+00:00"
     453            "homepage": "https://laravel.com",
     454            "time": "2018-02-07T00:04:00+00:00"
    453455        },
    454456        {
    455457            "name": "illuminate/support",
    456             "version": "v5.2.45",
     458            "version": "v5.5.44",
    457459            "source": {
    458460                "type": "git",
    459461                "url": "https://github.com/illuminate/support.git",
    460                 "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a"
    461             },
    462             "dist": {
    463                 "type": "zip",
    464                 "url": "https://api.github.com/repos/illuminate/support/zipball/510230ab62a7d85dc70203f4fdca6fb71a19e08a",
    465                 "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a",
    466                 "shasum": ""
    467             },
    468             "require": {
    469                 "doctrine/inflector": "~1.0",
     462                "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4"
     463            },
     464            "dist": {
     465                "type": "zip",
     466                "url": "https://api.github.com/repos/illuminate/support/zipball/5c405512d75dcaf5d37791badce02d86ed8e4bc4",
     467                "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4",
     468                "shasum": ""
     469            },
     470            "require": {
     471                "doctrine/inflector": "~1.1",
    470472                "ext-mbstring": "*",
    471                 "illuminate/contracts": "5.2.*",
    472                 "paragonie/random_compat": "~1.4",
    473                 "php": ">=5.5.9"
     473                "illuminate/contracts": "5.5.*",
     474                "nesbot/carbon": "^1.24.1",
     475                "php": ">=7.0"
    474476            },
    475477            "replace": {
    476                 "tightenco/collect": "self.version"
     478                "tightenco/collect": "<5.5.33"
    477479            },
    478480            "suggest": {
    479                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
    480                 "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
    481                 "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
    482                 "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
    483                 "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
    484             },
    485             "type": "library",
    486             "extra": {
    487                 "branch-alias": {
    488                     "dev-master": "5.2-dev"
     481                "illuminate/filesystem": "Required to use the composer class (5.5.*).",
     482                "symfony/process": "Required to use the composer class (~3.3).",
     483                "symfony/var-dumper": "Required to use the dd function (~3.3)."
     484            },
     485            "type": "library",
     486            "extra": {
     487                "branch-alias": {
     488                    "dev-master": "5.5-dev"
    489489                }
    490490            },
     
    508508            ],
    509509            "description": "The Illuminate Support package.",
    510             "homepage": "http://laravel.com",
    511             "time": "2016-08-05T14:49:58+00:00"
     510            "homepage": "https://laravel.com",
     511            "time": "2018-08-10T19:40:01+00:00"
    512512        },
    513513        {
    514514            "name": "illuminate/translation",
    515             "version": "v5.2.45",
     515            "version": "v5.5.44",
    516516            "source": {
    517517                "type": "git",
    518518                "url": "https://github.com/illuminate/translation.git",
    519                 "reference": "19247e4194e110d2d37713709e0e4b8bd0cae620"
    520             },
    521             "dist": {
    522                 "type": "zip",
    523                 "url": "https://api.github.com/repos/illuminate/translation/zipball/19247e4194e110d2d37713709e0e4b8bd0cae620",
    524                 "reference": "19247e4194e110d2d37713709e0e4b8bd0cae620",
    525                 "shasum": ""
    526             },
    527             "require": {
    528                 "illuminate/filesystem": "5.2.*",
    529                 "illuminate/support": "5.2.*",
    530                 "php": ">=5.5.9",
    531                 "symfony/translation": "2.8.*|3.0.*"
    532             },
    533             "type": "library",
    534             "extra": {
    535                 "branch-alias": {
    536                     "dev-master": "5.2-dev"
     519                "reference": "587734f44981cae0a7d98c89bfead040059b1636"
     520            },
     521            "dist": {
     522                "type": "zip",
     523                "url": "https://api.github.com/repos/illuminate/translation/zipball/587734f44981cae0a7d98c89bfead040059b1636",
     524                "reference": "587734f44981cae0a7d98c89bfead040059b1636",
     525                "shasum": ""
     526            },
     527            "require": {
     528                "illuminate/contracts": "5.5.*",
     529                "illuminate/filesystem": "5.5.*",
     530                "illuminate/support": "5.5.*",
     531                "php": ">=7.0"
     532            },
     533            "type": "library",
     534            "extra": {
     535                "branch-alias": {
     536                    "dev-master": "5.5-dev"
    537537                }
    538538            },
     
    553553            ],
    554554            "description": "The Illuminate Translation package.",
    555             "homepage": "http://laravel.com",
    556             "time": "2016-08-01T13:49:14+00:00"
     555            "homepage": "https://laravel.com",
     556            "time": "2017-11-22T19:01:14+00:00"
    557557        },
    558558        {
    559559            "name": "illuminate/validation",
    560             "version": "v5.2.45",
     560            "version": "v5.5.44",
    561561            "source": {
    562562                "type": "git",
    563563                "url": "https://github.com/illuminate/validation.git",
    564                 "reference": "24909f0ee0866256eca0a0b72977753886a8a479"
    565             },
    566             "dist": {
    567                 "type": "zip",
    568                 "url": "https://api.github.com/repos/illuminate/validation/zipball/24909f0ee0866256eca0a0b72977753886a8a479",
    569                 "reference": "24909f0ee0866256eca0a0b72977753886a8a479",
    570                 "shasum": ""
    571             },
    572             "require": {
    573                 "illuminate/container": "5.2.*",
    574                 "illuminate/contracts": "5.2.*",
    575                 "illuminate/support": "5.2.*",
    576                 "php": ">=5.5.9",
    577                 "symfony/http-foundation": "2.8.*|3.0.*",
    578                 "symfony/translation": "2.8.*|3.0.*"
     564                "reference": "6590d61858f78c301bced7308593abfcd1c7e527"
     565            },
     566            "dist": {
     567                "type": "zip",
     568                "url": "https://api.github.com/repos/illuminate/validation/zipball/6590d61858f78c301bced7308593abfcd1c7e527",
     569                "reference": "6590d61858f78c301bced7308593abfcd1c7e527",
     570                "shasum": ""
     571            },
     572            "require": {
     573                "illuminate/container": "5.5.*",
     574                "illuminate/contracts": "5.5.*",
     575                "illuminate/support": "5.5.*",
     576                "illuminate/translation": "5.5.*",
     577                "php": ">=7.0",
     578                "symfony/http-foundation": "~3.3"
    579579            },
    580580            "suggest": {
    581                 "illuminate/database": "Required to use the database presence verifier (5.2.*)."
    582             },
    583             "type": "library",
    584             "extra": {
    585                 "branch-alias": {
    586                     "dev-master": "5.2-dev"
     581                "illuminate/database": "Required to use the database presence verifier (5.5.*)."
     582            },
     583            "type": "library",
     584            "extra": {
     585                "branch-alias": {
     586                    "dev-master": "5.5-dev"
    587587                }
    588588            },
     
    603603            ],
    604604            "description": "The Illuminate Validation package.",
    605             "homepage": "http://laravel.com",
    606             "time": "2016-08-18T13:15:33+00:00"
     605            "homepage": "https://laravel.com",
     606            "time": "2018-10-01T13:28:19+00:00"
    607607        },
    608608        {
     
    666666        {
    667667            "name": "paragonie/random_compat",
    668             "version": "v1.4.3",
     668            "version": "v9.99.99",
    669669            "source": {
    670670                "type": "git",
    671671                "url": "https://github.com/paragonie/random_compat.git",
    672                 "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
    673             },
    674             "dist": {
    675                 "type": "zip",
    676                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
    677                 "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
    678                 "shasum": ""
    679             },
    680             "require": {
    681                 "php": ">=5.2.0"
     672                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
     673            },
     674            "dist": {
     675                "type": "zip",
     676                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
     677                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
     678                "shasum": ""
     679            },
     680            "require": {
     681                "php": "^7"
    682682            },
    683683            "require-dev": {
    684                 "phpunit/phpunit": "4.*|5.*"
     684                "phpunit/phpunit": "4.*|5.*",
     685                "vimeo/psalm": "^1"
    685686            },
    686687            "suggest": {
     
    688689            },
    689690            "type": "library",
    690             "autoload": {
    691                 "files": [
    692                     "lib/random.php"
    693                 ]
    694             },
    695691            "notification-url": "https://packagist.org/downloads/",
    696692            "license": [
     
    707703            "keywords": [
    708704                "csprng",
     705                "polyfill",
    709706                "pseudorandom",
    710707                "random"
    711708            ],
    712             "time": "2018-04-04T21:48:54+00:00"
     709            "time": "2018-07-02T15:55:56+00:00"
     710        },
     711        {
     712            "name": "psr/container",
     713            "version": "1.0.0",
     714            "source": {
     715                "type": "git",
     716                "url": "https://github.com/php-fig/container.git",
     717                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
     718            },
     719            "dist": {
     720                "type": "zip",
     721                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
     722                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
     723                "shasum": ""
     724            },
     725            "require": {
     726                "php": ">=5.3.0"
     727            },
     728            "type": "library",
     729            "extra": {
     730                "branch-alias": {
     731                    "dev-master": "1.0.x-dev"
     732                }
     733            },
     734            "autoload": {
     735                "psr-4": {
     736                    "Psr\\Container\\": "src/"
     737                }
     738            },
     739            "notification-url": "https://packagist.org/downloads/",
     740            "license": [
     741                "MIT"
     742            ],
     743            "authors": [
     744                {
     745                    "name": "PHP-FIG",
     746                    "homepage": "http://www.php-fig.org/"
     747                }
     748            ],
     749            "description": "Common Container Interface (PHP FIG PSR-11)",
     750            "homepage": "https://github.com/php-fig/container",
     751            "keywords": [
     752                "PSR-11",
     753                "container",
     754                "container-interface",
     755                "container-interop",
     756                "psr"
     757            ],
     758            "time": "2017-02-14T16:28:37+00:00"
    713759        },
    714760        {
     
    761807            ],
    762808            "time": "2016-08-06T14:39:51+00:00"
     809        },
     810        {
     811            "name": "psr/simple-cache",
     812            "version": "1.0.1",
     813            "source": {
     814                "type": "git",
     815                "url": "https://github.com/php-fig/simple-cache.git",
     816                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
     817            },
     818            "dist": {
     819                "type": "zip",
     820                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
     821                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
     822                "shasum": ""
     823            },
     824            "require": {
     825                "php": ">=5.3.0"
     826            },
     827            "type": "library",
     828            "extra": {
     829                "branch-alias": {
     830                    "dev-master": "1.0.x-dev"
     831                }
     832            },
     833            "autoload": {
     834                "psr-4": {
     835                    "Psr\\SimpleCache\\": "src/"
     836                }
     837            },
     838            "notification-url": "https://packagist.org/downloads/",
     839            "license": [
     840                "MIT"
     841            ],
     842            "authors": [
     843                {
     844                    "name": "PHP-FIG",
     845                    "homepage": "http://www.php-fig.org/"
     846                }
     847            ],
     848            "description": "Common interfaces for simple caching",
     849            "keywords": [
     850                "cache",
     851                "caching",
     852                "psr",
     853                "psr-16",
     854                "simple-cache"
     855            ],
     856            "time": "2017-10-23T01:57:42+00:00"
    763857        },
    764858        {
     
    886980        {
    887981            "name": "symfony/finder",
    888             "version": "v3.0.9",
     982            "version": "v3.3.6",
    889983            "source": {
    890984                "type": "git",
    891985                "url": "https://github.com/symfony/finder.git",
    892                 "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9"
    893             },
    894             "dist": {
    895                 "type": "zip",
    896                 "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
    897                 "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
     986                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
     987            },
     988            "dist": {
     989                "type": "zip",
     990                "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
     991                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
    898992                "shasum": ""
    899993            },
     
    904998            "extra": {
    905999                "branch-alias": {
    906                     "dev-master": "3.0-dev"
     1000                    "dev-master": "3.3-dev"
    9071001                }
    9081002            },
     
    9311025            "description": "Symfony Finder Component",
    9321026            "homepage": "https://symfony.com",
    933             "time": "2016-06-29T05:40:00+00:00"
     1027            "time": "2017-06-01T21:01:25+00:00"
    9341028        },
    9351029        {
    9361030            "name": "symfony/http-foundation",
    937             "version": "v3.0.9",
     1031            "version": "v3.3.6",
    9381032            "source": {
    9391033                "type": "git",
    9401034                "url": "https://github.com/symfony/http-foundation.git",
    941                 "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
    942             },
    943             "dist": {
    944                 "type": "zip",
    945                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
    946                 "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
     1035                "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031"
     1036            },
     1037            "dist": {
     1038                "type": "zip",
     1039                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031",
     1040                "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031",
    9471041                "shasum": ""
    9481042            },
     
    9571051            "extra": {
    9581052                "branch-alias": {
    959                     "dev-master": "3.0-dev"
     1053                    "dev-master": "3.3-dev"
    9601054                }
    9611055            },
     
    9841078            "description": "Symfony HttpFoundation Component",
    9851079            "homepage": "https://symfony.com",
    986             "time": "2016-07-17T13:54:30+00:00"
     1080            "time": "2017-07-21T11:04:46+00:00"
    9871081        },
    9881082        {
     
    11051199        {
    11061200            "name": "symfony/translation",
    1107             "version": "v3.0.9",
     1201            "version": "v3.3.6",
    11081202            "source": {
    11091203                "type": "git",
    11101204                "url": "https://github.com/symfony/translation.git",
    1111                 "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
    1112             },
    1113             "dist": {
    1114                 "type": "zip",
    1115                 "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
    1116                 "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
     1205                "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
     1206            },
     1207            "dist": {
     1208                "type": "zip",
     1209                "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
     1210                "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
    11171211                "shasum": ""
    11181212            },
     
    11221216            },
    11231217            "conflict": {
    1124                 "symfony/config": "<2.8"
     1218                "symfony/config": "<2.8",
     1219                "symfony/yaml": "<3.3"
    11251220            },
    11261221            "require-dev": {
    11271222                "psr/log": "~1.0",
    11281223                "symfony/config": "~2.8|~3.0",
    1129                 "symfony/intl": "~2.8|~3.0",
    1130                 "symfony/yaml": "~2.8|~3.0"
     1224                "symfony/intl": "^2.8.18|^3.2.5",
     1225                "symfony/yaml": "~3.3"
    11311226            },
    11321227            "suggest": {
     
    11381233            "extra": {
    11391234                "branch-alias": {
    1140                     "dev-master": "3.0-dev"
     1235                    "dev-master": "3.3-dev"
    11411236                }
    11421237            },
     
    11651260            "description": "Symfony Translation Component",
    11661261            "homepage": "https://symfony.com",
    1167             "time": "2016-07-30T07:22:48+00:00"
     1262            "time": "2017-06-24T16:45:30+00:00"
    11681263        }
    11691264    ],
     
    11771272    "platform-dev": [],
    11781273    "platform-overrides": {
    1179         "php": "5.6"
     1274        "php": "7"
    11801275    }
    11811276}
  • indicative-analytics/trunk/readme.txt

    r2059668 r2059786  
    55Requires at least: 3.2
    66Tested up to: 5.1.1
    7 Requires PHP: 5.6
     7Requires PHP: 7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
    44 = 1.1 =
     44= 1.1.1 =
    4545* Added support for PHP 5.6 and WP 3.2
    4646
Note: See TracChangeset for help on using the changeset viewer.