From 1dd6b8ee1f2bcb349575f8f4f89cfdf2e92c7e70 Mon Sep 17 00:00:00 2001 From: Bastien Wermeille Date: Wed, 28 Dec 2022 23:04:50 +0100 Subject: [PATCH] Fix readme + clean composer.json --- .travis.yml | 4 ++-- README.md | 12 ++++++------ composer.json | 22 +++++++--------------- composer.lock | 26 +++++++++++++------------- 4 files changed, 28 insertions(+), 36 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36e7296..f688af3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,13 @@ matrix: - php: 8.1 env: - psalm=yes - dist: bionic + dist: jammy #ppc64le support code - php: 8.1 arch: ppc64le env: - psalm=yes - dist: bionic + dist: jammy install: - if [ "$deps" = "low" ]; then composer update --prefer-lowest; else composer install; fi diff --git a/README.md b/README.md index 8801dab..be1647c 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ This library aims to support RFCs: **Current major version with full support is v3** -| Version | Released | EOL | Only critical bug fixes | Full | -| ------- | :--------: | :-----: | :---------------------: | :---: | -| v4.x | 2022/12/20 | - | X | X | -| v3.x | 2020/12/29 | - | X | X | -| v2.1.x | 2016/05/16 | 01/2022 | X | | -| v1.2 | 2013/19/05 | YES | | | +| Version | Released | EOL | Only critical bug fixes | Full | +| ------- | :--------: | :---: | :---------------------: | :---: | +| v4.x | | - | X | X | +| v3.x | 2020/12/29 | - | X | X | +| v2.1.x | 2016/05/16 | YES | X | | +| v1.2 | 2013/19/05 | YES | | | ## Requirements ## diff --git a/composer.json b/composer.json index 1f7dbe7..419f2fb 100644 --- a/composer.json +++ b/composer.json @@ -1,19 +1,11 @@ { - "name": "egulias/email-validator", + "name": "egulias/email-validator", "description": "A library for validating emails against several RFCs", - "homepage": "https://github.com/egulias/EmailValidator", - "keywords": [ - "email", - "validation", - "validator", - "emailvalidation", - "emailvalidator" - ], - "license": "MIT", - "authors": [ - { - "name": "Eduardo Gulias Davis" - } + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": ["email", "validation", "validator", "emailvalidation", "emailvalidator"], + "license": "MIT", + "authors": [ + { "name": "Eduardo Gulias Davis" } ], "extra": { "branch-alias": { @@ -23,7 +15,7 @@ "require": { "php": ">=8.1", "doctrine/lexer": "^3.0", - "symfony/polyfill-intl-idn": "^1.15" + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", diff --git a/composer.lock b/composer.lock index e3afa9d..9763ec9 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "3ddee5f72f898d23c46200c3b12c5a1d", + "content-hash": "e171c375692ca089d73dcdc1d451ca3a", "packages": [ { "name": "doctrine/lexer", @@ -1908,16 +1908,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.22", + "version": "9.2.23", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "e4bf60d2220b4baaa0572986b5d69870226b06df" + "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e4bf60d2220b4baaa0572986b5d69870226b06df", - "reference": "e4bf60d2220b4baaa0572986b5d69870226b06df", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", + "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", "shasum": "" }, "require": { @@ -1973,7 +1973,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.22" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23" }, "funding": [ { @@ -1981,7 +1981,7 @@ "type": "github" } ], - "time": "2022-12-18T16:40:55+00:00" + "time": "2022-12-28T12:41:10+00:00" }, { "name": "phpunit/php-file-iterator", @@ -3676,16 +3676,16 @@ }, { "name": "symfony/console", - "version": "v6.2.2", + "version": "v6.2.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "5a9bd5c543f00157c55face973c149957467db31" + "reference": "0f579613e771dba2dbb8211c382342a641f5da06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/5a9bd5c543f00157c55face973c149957467db31", - "reference": "5a9bd5c543f00157c55face973c149957467db31", + "url": "https://api.github.com/repos/symfony/console/zipball/0f579613e771dba2dbb8211c382342a641f5da06", + "reference": "0f579613e771dba2dbb8211c382342a641f5da06", "shasum": "" }, "require": { @@ -3752,7 +3752,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.2" + "source": "https://github.com/symfony/console/tree/v6.2.3" }, "funding": [ { @@ -3768,7 +3768,7 @@ "type": "tidelift" } ], - "time": "2022-12-16T15:08:36+00:00" + "time": "2022-12-28T14:26:22+00:00" }, { "name": "symfony/deprecation-contracts",