We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f946318 commit 5b98b11Copy full SHA for 5b98b11
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "allure-framework/allure-phpunit",
+ "name": "magento/magento-allure-phpunit",
3
"keywords": [
4
"phpunit",
5
"testing",
@@ -29,7 +29,7 @@
29
"source": "https://github.com/allure-framework/allure-phpunit"
30
},
31
"require": {
32
- "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
33
"allure-framework/allure-php-commons": "^2",
34
"phpunit/phpunit": "^10"
35
@@ -43,6 +43,9 @@
43
"amphp/byte-stream": "<1.5.1",
44
"brianium/paratest": "<7.0.3"
45
46
+ "replace": {
47
+ "allure-framework/allure-phpunit": "^3.0"
48
+ },
49
"autoload": {
50
"psr-4": {
51
"Qameta\\Allure\\PHPUnit\\": "src/"
0 commit comments