Fix readme + clean composer.json

This commit is contained in:
Bastien Wermeille
2022-12-28 23:06:42 +01:00
parent 4898bc2528
commit d25d60679b
4 changed files with 27 additions and 35 deletions
+2 -2
View File
@@ -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
+6 -6
View File
@@ -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 ##
+6 -14
View File
@@ -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",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": ["email", "validation", "validator", "emailvalidation", "emailvalidator"],
"license": "MIT",
"authors": [
{
"name": "Eduardo Gulias Davis"
}
{"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",
Generated
+13 -13
View File
@@ -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",