Skip to content

Commit afff0bb

Browse files
committed
Bref v3
1 parent 4b71f3b commit afff0bb

File tree

62 files changed

+25
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+25
-152
lines changed

.prettyci.composer.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22
layer ?= *
33
resolve_php_versions = $(or $(php_versions),`jq -r '.php | join(" ")' ${1}/config.json`)
44
resolve_tags = `./new-docker-tags.php $(DOCKER_TAG)`
5-
BREF_VERSION = 2
5+
BREF_VERSION = 3
66
77
define build_docker_image
88
docker build -t bref/${1}-php-${2} --build-arg PHP_VERSION=${2} --build-arg BREF_VERSION=${BREF_VERSION} ${DOCKER_BUILD_FLAGS} ${1}

Readme.md

Lines changed: 6 additions & 4 deletions

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"async-aws/core": "^1.7",
1212
"symfony/http-client": "^5.4",
1313
"async-aws/lambda": "^1.1",
14-
"bref/logger": "^1.0"
14+
"bref/logger": "^2.0"
1515
},
1616
"autoload-dev": {
1717
"psr-4": {
1818
"Bref\\Extra\\": "src/"
1919
}
2020
},
2121
"conflict": {
22-
"bref/bref": "<2.1.15"
22+
"bref/bref": "<3.0.0"
2323
},
2424
"license": "MIT",
2525
"authors": [

layers/amqp/config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"php": [
3-
"80",
4-
"81",
53
"82",
64
"83",
75
"84"

layers/blackfire/config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"php": [
3-
"80",
4-
"81",
53
"82",
64
"83",
75
"84"

layers/bsdiff/config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"php": [
3-
"80",
4-
"81",
53
"82",
64
"83",
75
"84"

layers/calendar/config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"php": [
3-
"80",
4-
"81",
53
"82",
64
"83",
75
"84"

layers/datadog/config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"php": [
3-
"80",
4-
"81",
53
"82",
64
"83",
75
"84"

0 commit comments

Comments
 (0)