Skip to content

Commit 977001e

Browse files
committed
chore: bump dependencies req
1 parent d744884 commit 977001e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v1
1212

1313
- name: Fix style
14-
uses: docker://oskarstark/php-cs-fixer-ga
14+
uses: docker://oskarstark/php-cs-fixer-ga:2.19.0
1515
with:
1616
args: --config=.php_cs --allow-risky=yes
1717

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v1
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v1
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/.composer/cache/files
2929
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"homepage": "https://github.com/louishrg/state-flow",
1010
"license": "MIT",
11-
"version": "1.4",
11+
"version": "1.5",
1212
"type": "library",
1313
"authors": [
1414
{
@@ -18,13 +18,13 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2|^8.1",
22-
"laravel/framework": "^7.2|^8.0|^9.0|^10.0"
21+
"php": "^7.2|^8.1|^8.2|^8.3",
22+
"laravel/framework": "^7.2|^8.0|^9.0|^10.0|^11.0|^12.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^2.16",
2626
"phpunit/phpunit" : "^8.0|^9.0",
27-
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0"
27+
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)