File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"constructs" : " ^10.0.0"
14
14
},
15
15
"dependencies" : {
16
- "@bref.sh/layers" : " ^2.0.62 "
16
+ "@bref.sh/layers" : " ^2.0.95 "
17
17
},
18
18
"devDependencies" : {
19
19
"@types/lodash" : " ^4.14.195" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { fpmLayer } from '../layers';
6
6
import { packagePhpCode } from '../package' ;
7
7
8
8
export type PhpFpmFunctionProps = Partial < FunctionProps > & {
9
- phpVersion ?: '8.0' | '8.1' | '8.2' | '8.3' ;
9
+ phpVersion ?: '8.0' | '8.1' | '8.2' | '8.3' | '8.4' ;
10
10
} ;
11
11
12
12
export class PhpFpmFunction extends Function {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { IVpc } from 'aws-cdk-lib/aws-ec2';
8
8
import { VpcForServerlessApp } from '../vpc/VpcForServerlessApp' ;
9
9
10
10
export type PhpFunctionProps = Partial < FunctionProps > & {
11
- phpVersion ?: '8.0' | '8.1' | '8.2' | '8.3' ;
11
+ phpVersion ?: '8.0' | '8.1' | '8.2' | '8.3' | '8.4' ;
12
12
handler : string ;
13
13
vpc ?: IVpc | VpcForServerlessApp ;
14
14
} ;
You can’t perform that action at this time.
0 commit comments