Skip to content

Commit e7eb78e

Browse files
authored
Merge pull request #4 from spaze/spaze/update-dependencies
Update dev dependencies
2 parents a2ccd4f + 4ecda77 commit e7eb78e

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- 7.1
14-
- 7.2
15-
- 7.3
16-
- 7.4
1713
- 8.0
1814
- 8.1
1915

composer.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1 || ^8.0"
14+
"php": "^8.0"
1515
},
1616
"require-dev": {
17-
"php-parallel-lint/php-parallel-lint": "^1.2",
18-
"php-parallel-lint/php-console-highlighter": "^0.5.0",
19-
"phpstan/phpstan": "^1.3",
20-
"spaze/coding-standard": "^0.0",
21-
"nette/tester": "^2.3"
17+
"php-parallel-lint/php-parallel-lint": "^1.3",
18+
"php-parallel-lint/php-console-highlighter": "^1.0",
19+
"phpstan/phpstan": "^1.9",
20+
"spaze/coding-standard": "^1.3",
21+
"nette/tester": "^2.4"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -37,5 +37,10 @@
3737
"@phpstan",
3838
"@tester"
3939
]
40+
},
41+
"config": {
42+
"allow-plugins": {
43+
"dealerdirect/phpcodesniffer-composer-installer": true
44+
}
4045
}
4146
}

0 commit comments

Comments
 (0)