Skip to content

Commit 70b9413

Browse files
committed
Update to PHP 8.4
1 parent a1dfa3a commit 70b9413

3 files changed

Lines changed: 407 additions & 635 deletions

File tree

.dagger/src/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct()
2323
{
2424
$this->container = dag()
2525
->container()
26-
->from('php:8.3-fpm-alpine')
26+
->from('php:8.4-fpm-alpine')
2727
->withExposedPort(8080)
2828
->withExposedPort(8081)
2929
->withWorkdir('/app');

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "membrane/mock-server",
33
"type": "library",
44
"license": "MPL-2.0",
5-
"minimum-stability": "dev",
5+
"minimum-stability": "stable",
66
"autoload": {
77
"psr-4": {
88
"Membrane\\MockServer\\": "src/",
@@ -20,12 +20,12 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^8.3.0",
24-
"atto/db-module": "dev-main",
23+
"php": "^8.4.0",
24+
"atto/db-module": "^0.1.0",
2525
"atto/framework": "^0.1.3",
26-
"atto/hydrator": "dev-main",
27-
"atto/membrane-module": "^0.1.9",
28-
"atto/orm": "dev-main",
26+
"atto/hydrator": "^0.1.2",
27+
"atto/membrane-module": "^0.1.10",
28+
"atto/orm": "^0.1.0",
2929
"guzzlehttp/psr7": "^2.4",
3030
"membrane/membrane": "^0.10.0",
3131
"membrane/openapi-reader": "^3.0",

0 commit comments

Comments
 (0)