diff --git a/composer.json b/composer.json index 87930fa..da64c2b 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": ">=7.1", "ext-dom": "*", - "mensbeam/intl": "dev-span", + "mensbeam/intl": ">=0.9.0", "mensbeam/mimesniff": "^0.2.0" }, "suggest": { diff --git a/composer.lock b/composer.lock index 4cabd35..5205324 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e86b71182b086317ce6aab564b4254b9", + "content-hash": "2f08f2dbc3a7b5fd97a2eb7624bbf398", "packages": [ { "name": "mensbeam/intl", - "version": "dev-span", + "version": "0.9.0", "source": { "type": "git", "url": "https://github.com/mensbeam/intl.git", - "reference": "60a5487e46e9c509c0ddbd7924520ce15151fd27" + "reference": "de037b182ce99aaa90ebc09b0ee0457ddf1d07bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mensbeam/intl/zipball/60a5487e46e9c509c0ddbd7924520ce15151fd27", - "reference": "60a5487e46e9c509c0ddbd7924520ce15151fd27", + "url": "https://api.github.com/repos/mensbeam/intl/zipball/de037b182ce99aaa90ebc09b0ee0457ddf1d07bc", + "reference": "de037b182ce99aaa90ebc09b0ee0457ddf1d07bc", "shasum": "" }, "require": { @@ -57,9 +57,9 @@ ], "support": { "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", @@ -289,9 +289,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "mensbeam/intl": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/vendor-bin/phpunit/composer.lock b/vendor-bin/phpunit/composer.lock index 7633e15..774281b 100644 --- a/vendor-bin/phpunit/composer.lock +++ b/vendor-bin/phpunit/composer.lock @@ -845,16 +845,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.3", + "version": "9.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41" + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/27241ac75fc37ecf862b6e002bf713b6566cbe41", - "reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741", + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741", "shasum": "" }, "require": { @@ -932,7 +932,7 @@ ], "support": { "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": [ { @@ -944,7 +944,7 @@ "type": "github" } ], - "time": "2021-03-17T07:30:34+00:00" + "time": "2021-03-23T07:16:29+00:00" }, { "name": "sebastian/cli-parser",