Skip to content

Commit fe62e74

Browse files
authored
Merge pull request #7 from minicli/config-files
Add config folder
2 parents 78489fb + e386ff8 commit fe62e74

File tree

6 files changed

+99
-101
lines changed

6 files changed

+99
-101
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Validate composer.json and composer.lock
1818
run: composer validate --strict

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"minicli/command-help": "^1.0"
1616
},
1717
"require-dev": {
18-
"pestphp/pest": "^1.21",
18+
"pestphp/pest": "^1.23",
1919
"laravel/pint": "^1.10"
2020
},
2121
"scripts": {

composer.lock

+61-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)