Skip to content

Commit

Permalink
feat(config): update libs php
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Sep 5, 2023
1 parent 9c5d982 commit b67e8b4
Show file tree
Hide file tree
Showing 9 changed files with 1,325 additions and 1,305 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Repository lampy
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
ref: 'v2.0'
Expand Down
19 changes: 0 additions & 19 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions apps/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"phpstan/phpstan-symfony": "1.3.*",
"phpunit/phpunit": "10.3.*",
"povils/phpmnd": "3.2.*",
"rector/phpstan-rules": "0.6.*",
"rector/rector": "0.17.*",
"rector/phpstan-rules": "0.7.*",
"rector/rector": "0.18.*",
"squizlabs/php_codesniffer": "3.7.*",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
Expand Down
Loading

0 comments on commit b67e8b4

Please sign in to comment.