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

Commit

Permalink
Merge pull request #144 from skaut/version-1.2.1
Browse files Browse the repository at this point in the history
Version 1.2.1
  • Loading branch information
marekdedic authored Aug 2, 2022
2 parents c286af4 + a0869a9 commit c1c45cb
Show file tree
Hide file tree
Showing 8 changed files with 15,332 additions and 3,085 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: "*"
pull_request:
env:
php-version: 7.4
php-version: 8.1
cache-version: 1
jobs:
platform-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- "*"
env:
php-version: 7.4
php-version: 8.1
cache-version: 1
jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
"source": "https://github.com/skaut/skaut-fio-bank-transaction"
},
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"pimple/pimple": "~3",
"mhujer/fio-api-php": "^4",
"composer/ca-bundle": "^1.2"
"composer/ca-bundle": "^1.2",
"symfony/deprecation-contracts": "^2.5 <3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6",
Expand Down
Loading

0 comments on commit c1c45cb

Please sign in to comment.