Skip to content

Commit 5b98b11

Browse files
committed
Added PHP8.4 Support
1 parent f946318 commit 5b98b11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "allure-framework/allure-phpunit",
2+
"name": "magento/magento-allure-phpunit",
33
"keywords": [
44
"phpunit",
55
"testing",
@@ -29,7 +29,7 @@
2929
"source": "https://github.com/allure-framework/allure-phpunit"
3030
},
3131
"require": {
32-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
32+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3333
"allure-framework/allure-php-commons": "^2",
3434
"phpunit/phpunit": "^10"
3535
},
@@ -43,6 +43,9 @@
4343
"amphp/byte-stream": "<1.5.1",
4444
"brianium/paratest": "<7.0.3"
4545
},
46+
"replace": {
47+
"allure-framework/allure-phpunit": "^3.0"
48+
},
4649
"autoload": {
4750
"psr-4": {
4851
"Qameta\\Allure\\PHPUnit\\": "src/"

0 commit comments

Comments
 (0)