Skip to content

Commit 8fb76a8

Browse files
authored
Merge pull request #19 from programmatordev/2.x
v2.1.1
2 parents 5289dad + 13fc478 commit 8fb76a8

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

.ddev/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ disable_upload_dirs_warning: true
2929

3030
# docroot: <relative_path> # Relative path to the directory containing index.php.
3131

32-
# php_version: "8.3" # PHP version to use, "5.6" through "8.4"
32+
# php_version: "8.3" # PHP version to use, "5.6" through "8.5"
3333

3434
# You can explicitly specify the webimage but this
3535
# is not recommended, as the images are often closely tied to DDEV's' behavior,
@@ -44,7 +44,7 @@ disable_upload_dirs_warning: true
4444
# version: <version> # database version, like "10.11" or "8.0"
4545
# MariaDB versions can be 5.5-10.8, 10.11, 11.4, 11.8
4646
# MySQL versions can be 5.5-8.0, 8.4
47-
# PostgreSQL versions can be 9-17
47+
# PostgreSQL versions can be 9-18
4848

4949
# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
5050
# router_https_port: <port> # Port for https (defaults to global configuration, usually 443)

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
php: ['8.1', '8.2', '8.3', '8.4']
19+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
2020

2121
steps:
2222
- name: Checkout code

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"psr/http-factory": "^1.1",
2626
"psr/http-factory-implementation": "*",
2727
"psr/log": "^2.0|^3.0",
28-
"symfony/event-dispatcher": "^6.4|^7.3"
28+
"symfony/event-dispatcher": "^6.4|^7.4|^8.0"
2929
},
3030
"require-dev": {
3131
"monolog/monolog": "^3.9",
3232
"nyholm/psr7": "^1.8",
3333
"php-http/mock-client": "^1.6",
3434
"phpunit/phpunit": "^10.5",
35-
"symfony/cache": "^6.4|^7.3",
36-
"symfony/http-client": "^6.4|^7.3",
37-
"symfony/var-dumper": "^6.4|^7.3"
35+
"symfony/cache": "^6.4|^7.4|^8.0",
36+
"symfony/http-client": "^6.4|^7.4|^8.0",
37+
"symfony/var-dumper": "^6.4|^7.4|^8.0"
3838
},
3939
"provide": {
4040
"psr/http-client-implementation": "1.0",

src/Exception/PluginException.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)