Skip to content

Commit 9610242

Browse files
committed
Update composer.json
1 parent b9ec528 commit 9610242

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.github/workflows/phpunit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
php-version:
1919
- "8.2"
2020
- "8.1"
21+
- "8.0"
2122

2223
steps:
2324
- uses: actions/checkout@v4

.run/Built-in Server for test.run.xml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Built-in Server for test" type="PhpBuiltInWebServerConfigurationType" factoryName="PHP Built-in Web Server" document_root="$PROJECT_DIR$/webtest" host="0.0.0.0" port="8081">
3+
<method v="2" />
4+
</configuration>
5+
</component>

.run/PHPUnit.run.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="PHPUnit" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
3+
<TestRunner configuration_file="$PROJECT_DIR$/phpunit.xml.dist" scope="XML" use_alternative_configuration_file="true" />
4+
<method v="2" />
5+
</configuration>
6+
</component>

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"minimum-stability": "dev",
1010
"prefer-stable": true,
1111
"require": {
12-
"php": ">=8.1",
12+
"php": ">=8.0",
1313
"byjg/jwt-wrapper": "4.9.*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)