Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allure-framework/allure-phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: magento/magento-allure-phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 26, 2025

  1. Added PHP8.4 Support

    glo71317 committed Feb 26, 2025
    Copy the full SHA
    5b98b11 View commit details
Showing with 5 additions and 2 deletions.
  1. +5 −2 composer.json
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "allure-framework/allure-phpunit",
"name": "magento/magento-allure-phpunit",
"keywords": [
"phpunit",
"testing",
@@ -29,7 +29,7 @@
"source": "https://github.com/allure-framework/allure-phpunit"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"allure-framework/allure-php-commons": "^2",
"phpunit/phpunit": "^10"
},
@@ -43,6 +43,9 @@
"amphp/byte-stream": "<1.5.1",
"brianium/paratest": "<7.0.3"
},
"replace": {
"allure-framework/allure-phpunit": "^3.0"
},
"autoload": {
"psr-4": {
"Qameta\\Allure\\PHPUnit\\": "src/"