diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..6238f6f --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,6 @@ +{ + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true +} diff --git a/composer.json b/composer.json index 3548447..22bc699 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-intl": "*", "giggsey/libphonenumber-for-php": "^8.13.1", "laminas/laminas-filter": "^2.27", @@ -47,10 +47,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "^3.0.1", - "laminas/laminas-config-aggregator": "^1.15", - "laminas/laminas-servicemanager": "^3.22.1", + "laminas/laminas-config-aggregator": "^1.17", + "laminas/laminas-servicemanager": "^3.23.0", "maglnet/composer-require-checker": "^4.7.1", - "phpunit/phpunit": "^10.5.37", + "phpunit/phpunit": "^10.5.38", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.26.1" }, diff --git a/composer.lock b/composer.lock index c6b3227..650786b 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": "4433a0b81bf9e04f4ea50e5943dde32f", + "content-hash": "0c934e74d2f467ab267539d683dc4955", "packages": [ { "name": "giggsey/libphonenumber-for-php", - "version": "8.13.49", + "version": "8.13.50", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "3f5414aeccd152e5a6d02e2064e40713cad65a07" + "reference": "ab8b27ded2df369de629af637fa9975dda014078" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/3f5414aeccd152e5a6d02e2064e40713cad65a07", - "reference": "3f5414aeccd152e5a6d02e2064e40713cad65a07", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/ab8b27ded2df369de629af637fa9975dda014078", + "reference": "ab8b27ded2df369de629af637fa9975dda014078", "shasum": "" }, "require": { @@ -81,7 +81,7 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2024-11-04T10:44:34+00:00" + "time": "2024-11-18T10:02:13+00:00" }, { "name": "giggsey/locale", @@ -5240,14 +5240,14 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-intl": "*" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.1.99" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 93b4611..51f7287 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,6 +10,11 @@ displayDetailsOnTestsThatTriggerWarnings="true" displayDetailsOnIncompleteTests="true" displayDetailsOnSkippedTests="true" + displayDetailsOnPhpunitDeprecations="true" + failOnPhpunitDeprecation="true" + failOnDeprecation="true" + failOnNotice="true" + failOnWarning="true" >