Browse Source

Update dependencies

split-manual
J. King 3 years ago
parent
commit
646278ed5e
  1. 2
      composer.json
  2. 18
      composer.lock
  3. 12
      vendor-bin/phpunit/composer.lock

2
composer.json

@ -5,7 +5,7 @@
"require": { "require": {
"php": ">=7.1", "php": ">=7.1",
"ext-dom": "*", "ext-dom": "*",
"mensbeam/intl": "dev-span", "mensbeam/intl": ">=0.9.0",
"mensbeam/mimesniff": "^0.2.0" "mensbeam/mimesniff": "^0.2.0"
}, },
"suggest": { "suggest": {

18
composer.lock

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e86b71182b086317ce6aab564b4254b9", "content-hash": "2f08f2dbc3a7b5fd97a2eb7624bbf398",
"packages": [ "packages": [
{ {
"name": "mensbeam/intl", "name": "mensbeam/intl",
"version": "dev-span", "version": "0.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mensbeam/intl.git", "url": "https://github.com/mensbeam/intl.git",
"reference": "60a5487e46e9c509c0ddbd7924520ce15151fd27" "reference": "de037b182ce99aaa90ebc09b0ee0457ddf1d07bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mensbeam/intl/zipball/60a5487e46e9c509c0ddbd7924520ce15151fd27", "url": "https://api.github.com/repos/mensbeam/intl/zipball/de037b182ce99aaa90ebc09b0ee0457ddf1d07bc",
"reference": "60a5487e46e9c509c0ddbd7924520ce15151fd27", "reference": "de037b182ce99aaa90ebc09b0ee0457ddf1d07bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -57,9 +57,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/mensbeam/intl/issues", "issues": "https://github.com/mensbeam/intl/issues",
"source": "https://github.com/mensbeam/intl/tree/span" "source": "https://github.com/mensbeam/intl/tree/0.9.0"
}, },
"time": "2021-03-16T22:58:18+00:00" "time": "2021-03-25T19:08:04+00:00"
}, },
{ {
"name": "mensbeam/mimesniff", "name": "mensbeam/mimesniff",
@ -289,9 +289,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"mensbeam/intl": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {

12
vendor-bin/phpunit/composer.lock

@ -845,16 +845,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.5.3", "version": "9.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41" "reference": "c73c6737305e779771147af66c96ca6a7ed8a741"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/27241ac75fc37ecf862b6e002bf713b6566cbe41", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741",
"reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41", "reference": "c73c6737305e779771147af66c96ca6a7ed8a741",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -932,7 +932,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.3" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4"
}, },
"funding": [ "funding": [
{ {
@ -944,7 +944,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-03-17T07:30:34+00:00" "time": "2021-03-23T07:16:29+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",

Loading…
Cancel
Save