Skip to content

Commit 4597122

Browse files
fix(composer): update PHP version constraint to ^8.0
1 parent 101d192 commit 4597122

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A fluent, powerful, and developer-friendly library for creating and managing cus
1919

2020
## Requirements
2121

22-
- PHP 8.0+
22+
- PHP 8.x
2323
- WordPress 5.0+
2424
- MySQL 5.6+ or MariaDB 10.1+
2525

bin/docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ run_in_container() {
8686
fi
8787

8888
echo "--- Running in '$service': ${cmd_array[*]} ---"
89-
exec docker exec "${exec_flags[@]}" "$container_id" "${cmd_array[@]}"
89+
MSYS_NO_PATHCONV=1 exec docker exec "${exec_flags[@]}" "$container_id" "${cmd_array[@]}"
9090
}
9191

9292

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"minimum-stability": "stable",
2222
"prefer-stable": true,
2323
"require": {
24-
"php": ">=8.0",
24+
"php": "^8.0",
2525
"psr/log": "^1.1 || ^2.0 | ^3.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)