We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b4fbd commit ed9731eCopy full SHA for ed9731e
.gitattributes
@@ -7,6 +7,5 @@ src/ export-ignore
7
.prettyci.composer.json export-ignore
8
.travis.yml export-ignore
9
bref-extra export-ignore
10
-bchecksums.json export-ignore
+checksums.json export-ignore
11
Makefile export-ignore
12
-
Readme.md
@@ -17,7 +17,7 @@ provider:
17
18
plugins:
19
- ./vendor/bref/bref
20
- - ./vendor/bref/extra-layers # <----- Add the extra Serverless plugin
+ - ./vendor/bref/extra-php-extensions # <----- Add the extra Serverless plugin
21
22
functions:
23
console:
0 commit comments