Skip to content

Commit

Permalink
bump minimum php version (via allure-framework#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
baev authored Mar 26, 2021
1 parent 3c938e8 commit 23aae82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=7.1.3",
"behat/behat": "^3.3",
"allure-framework/allure-php-api": "~1.1.4"
"allure-framework/allure-php-api": "^1.3"
},
"require-dev": {
"symfony/process": "~2.5|~3.0|~4.0",
"phpunit/phpunit": "^4.8.36|^6.3"
"phpunit/phpunit": "^7.2 | ^8 | ^9"
},
"autoload": {
"psr-0": {
Expand Down
14 changes: 7 additions & 7 deletions features/allure_formatter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,22 @@ Feature: Allure Formatter
<test-cases>
<test-case start="-IGNORE-VALUE-" stop="-IGNORE-VALUE-" status="passed">
<name>Annotation | Scenario annotation</name>
<title>Scenario annotation</title>
<title><![CDATA[Scenario annotation]]></title>
<description type="text"><![CDATA[In order to have meta information of the scenario
As a features developer
I want, allure to collect all feature & scenarios tags]]></description>
<steps>
<step start="-IGNORE-VALUE-" stop="-IGNORE-VALUE-" status="passed">
<name>scenario has annotation</name>
<title>Given scenario has annotation</title>
<name><![CDATA[scenario has annotation]]></name>
<title><![CDATA[Given scenario has annotation]]></title>
</step>
<step start="-IGNORE-VALUE-" stop="-IGNORE-VALUE-" status="passed">
<name>it passed</name>
<title>When it passed</title>
<name><![CDATA[it passed]]></name>
<title><![CDATA[When it passed]]></title>
</step>
<step start="-IGNORE-VALUE-" stop="-IGNORE-VALUE-" status="passed">
<name>annotation is collected</name>
<title>Then annotation is collected</title>
<name><![CDATA[annotation is collected]]></name>
<title><![CDATA[Then annotation is collected]]></title>
</step>
</steps>
<labels>
Expand Down

0 comments on commit 23aae82

Please sign in to comment.