Skip to content

Commit

Permalink
Merge pull request #2 from minicli/config-files
Browse files Browse the repository at this point in the history
Add config folder
  • Loading branch information
erikaheidi authored Jun 8, 2023
2 parents 7bd18ff + 3c5480e commit 4414f41
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"league/plates": "^3.5"
},
"require-dev": {
"pestphp/pest": "^1.21",
"pestphp/pest": "^1.23",
"laravel/pint": "^1.10"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4414f41

Please sign in to comment.