Skip to content

Commit

Permalink
Merge pull request #12 from hexadog/develop
Browse files Browse the repository at this point in the history
Bump dependencies for Laravel 10
  • Loading branch information
gaetan-hexadog authored Feb 10, 2024
2 parents 97ed4c2 + c3be022 commit dded67e
Show file tree
Hide file tree
Showing 19 changed files with 222 additions and 600 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/php-cs-fixer.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/php-linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: PHP Linting (Pint)

on:
workflow_dispatch:
push:

jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@0.1.0
with:
preset: laravel

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
skip_fetch: true
27 changes: 0 additions & 27 deletions .php-cs-fixer.dist.php

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"symfony/finder": "^5.1|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.1",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "~5.2|^7.1|^8.0"
"orchestra/testbench": "~5.2|^7.1|^8.0",
"laravel/pint": "^1.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit dded67e

Please sign in to comment.