Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Jan 6, 2024
1 parent 69935c9 commit bbeb6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ jobs:
php -v
php -m
- name: Validate composer.json
run: composer validate --strict --no-interaction

- name: Install dependencies
run: composer update --no-progress --no-interaction

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "1.10.40"
},
"require-dev": {
"nette/neon": "^3.2",
"nikic/php-parser": "^4.13",
"phpunit/phpunit": "^8.5 || ^10.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"php-parallel-lint/php-console-highlighter": "^1.0",
"spaze/coding-standard": "^1.7",
"symfony/polyfill-php80": "^1.27"
"spaze/coding-standard": "^1.7"
},
"autoload": {
"psr-4": {"Spaze\\PHPStan\\Rules\\Disallowed\\": "src"}
Expand Down

0 comments on commit bbeb6ca

Please sign in to comment.