Skip to content

Commit 7284453

Browse files
committed
drop php <8.1
1 parent ed0ccd2 commit 7284453

4 files changed

Lines changed: 2 additions & 137 deletions

File tree

Dockerfile.74

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Package allows to import files to Snowflake from multiple cloud storages",
44
"license": "MIT",
55
"require": {
6-
"php": "^7.4|^8",
6+
"php": "^8.1",
77
"ext-json": "*",
88
"ext-odbc": "*",
99
"ext-pdo": "*",

docker-compose.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,5 @@ services:
4545
privileged: true
4646
volumes:
4747
- exa-volume:/exa
48-
production74:
49-
<<: *prod
50-
build:
51-
context: .
52-
dockerfile: Dockerfile.74
53-
args:
54-
- AWS_ACCESS_KEY_ID
55-
- AWS_SECRET_ACCESS_KEY
5648
volumes:
5749
exa-volume:

docker/xdebug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM keboola/php-db-import-export
22

3-
RUN pecl install xdebug-2.9.8 \
3+
RUN pecl install xdebug \
44
&& docker-php-ext-enable xdebug

0 commit comments

Comments
 (0)