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 6d0d399 commit d82b6e7Copy full SHA for d82b6e7
.github/workflows/main.yml
@@ -15,10 +15,6 @@ jobs:
15
fail-fast: false
16
matrix:
17
php:
18
- - "7.4"
19
- - "8.0"
20
- - "8.1"
21
- - "8.2"
22
- "8.3"
23
- "8.4"
24
phpts: ["ts", "nts"]
composer.json
@@ -12,10 +12,10 @@
12
],
13
"minimum-stability": "dev",
14
"require": {
- "php": ">= 7.4.0"
+ "php": "^8.3"
},
"require-dev": {
- "php-ds/tests": "^1.5"
+ "php-ds/tests": "^1.6"
"scripts": {
"test" : "php test.php",
package.xml
@@ -153,7 +153,7 @@
153
<dependencies>
154
<required>
155
<php>
156
- <min>7.4.0</min>
+ <min>8.3.0</min>
157
</php>
158
<pearinstaller>
159
<min>1.4.0b1</min>
0 commit comments