File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "constructs" : " ^10.0.0"
1414 },
1515 "dependencies" : {
16- "@bref.sh/layers" : " ^2.0.51 "
16+ "@bref.sh/layers" : " ^2.0.62 "
1717 },
1818 "devDependencies" : {
1919 "@types/lodash" : " ^4.14.195" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { fpmLayer } from '../layers';
66import { packagePhpCode } from '../package' ;
77
88export type PhpFpmFunctionProps = Partial < FunctionProps > & {
9- phpVersion ?: '8.0' | '8.1' | '8.2' ;
9+ phpVersion ?: '8.0' | '8.1' | '8.2' | '8.3' ;
1010} ;
1111
1212export 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';
88import { VpcForServerlessApp } from '../vpc/VpcForServerlessApp' ;
99
1010export type PhpFunctionProps = Partial < FunctionProps > & {
11- phpVersion ?: '8.0' | '8.1' | '8.2' ;
11+ phpVersion ?: '8.0' | '8.1' | '8.2' | '8.3' ;
1212 handler : string ;
1313 vpc ?: IVpc | VpcForServerlessApp ;
1414} ;
You can’t perform that action at this time.
0 commit comments