File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ARG PHP_VERSION
1
+ ARG PHP_VERSION=8.3
2
2
3
3
FROM php:${PHP_VERSION}-cli
4
4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ $(shell cp -n dev.env .env)
3
3
include .env
4
4
5
5
build :
6
- docker build --build-arg PHP_VERSION=${ PHP_VERSION} -t free-elephants/json-api-php-toolkit .
6
+ docker build --build-arg PHP_VERSION=$( PHP_VERSION ) -t free-elephants/json-api-php-toolkit .
7
7
8
8
install : build
9
9
composer install
Original file line number Diff line number Diff line change 26
26
"psr/cache" : " ^1|^2|^3" ,
27
27
"psr/container" : " ^1|^2" ,
28
28
"psr/http-factory" : " ^1.0" ,
29
- "psr/http-message" : " ^1.0" ,
29
+ "psr/http-message" : " ^1.0|^2.0 " ,
30
30
"psr/http-server-handler" : " ^1.0" ,
31
31
"psr/http-server-middleware" : " ^1.0" ,
32
32
"rakit/validation" : " ^1.2" ,
Original file line number Diff line number Diff line change 1
- PHP_VERSION = 8.0
1
+ PHP_VERSION = 8.3
You can’t perform that action at this time.
0 commit comments