File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ' );
Original file line number Diff line number Diff line change 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/" ,
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" ,
You can’t perform that action at this time.
0 commit comments