Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit c1c45cb

Browse files
authored
Merge pull request #144 from skaut/version-1.2.1
Version 1.2.1
2 parents c286af4 + a0869a9 commit c1c45cb

File tree

8 files changed

+15332
-3085
lines changed

8 files changed

+15332
-3085
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: "*"
55
pull_request:
66
env:
7-
php-version: 7.4
7+
php-version: 8.1
88
cache-version: 1
99
jobs:
1010
platform-check:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- "*"
66
env:
7-
php-version: 7.4
7+
php-version: 8.1
88
cache-version: 1
99
jobs:
1010
build:

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
"source": "https://github.com/skaut/skaut-fio-bank-transaction"
3030
},
3131
"require": {
32-
"php": "^7.4",
32+
"php": "^7.4 || ^8.0",
3333
"pimple/pimple": "~3",
3434
"mhujer/fio-api-php": "^4",
35-
"composer/ca-bundle": "^1.2"
35+
"composer/ca-bundle": "^1.2",
36+
"symfony/deprecation-contracts": "^2.5 <3.0"
3637
},
3738
"require-dev": {
3839
"squizlabs/php_codesniffer": "^3.6",

0 commit comments

Comments
 (0)