Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit e853175

Browse files
authored
Merge pull request #6 from wavevision/feature/latest-dependencies
Upgrade dependencies to their latest versions
2 parents 239fca0 + ba96669 commit e853175

File tree

17 files changed

+795
-996
lines changed

17 files changed

+795
-996
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env php
12
<?php declare(strict_types = 1);
23

34
use Wavevision\DIServiceAnnotation\Configuration;

codesniffer-ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="Wavevision NetteTests">
3-
<rule ref="vendor/wavevision/coding-standard/php/WavevisionCodingStandard/ruleset.xml"/>
3+
<rule ref="vendor/wavevision/coding-standard/php/ruleset.xml"/>
44
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
55
<properties>
66
<property name="rootNamespaces" type="array">

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636
},
3737
"require": {
38+
"php": ">=7.4",
3839
"ext-fileinfo": "*",
3940
"latte/latte": "^2.5",
4041
"nette/application": "^3.0",
@@ -45,20 +46,17 @@
4546
"nette/forms": "^3.0",
4647
"nette/http": "^3.0",
4748
"nette/utils": "^3.0",
48-
"php": ">=7.4",
4949
"phpunit/phpunit": "^9.3",
5050
"tracy/tracy": "^2.6",
5151
"wavevision/utils": "^2.2"
5252
},
5353
"require-dev": {
54-
"wavevision/coding-standard": "^3.1",
55-
"php-parallel-lint/php-parallel-lint": "^1.0",
56-
"phpstan/phpstan": "^0.11.16",
57-
"phpstan/phpstan-phpunit": "^0.11.2",
5854
"php-coveralls/php-coveralls": "^2.1",
59-
"phpstan/phpstan-nette": "^0.11.1",
6055
"phpstan/extension-installer": "^1.0",
61-
"wavevision/di-service-annotation": "^3.0"
56+
"phpstan/phpstan-nette": "^0.12",
57+
"phpstan/phpstan-phpunit": "^0.12",
58+
"wavevision/coding-standard": "^5.2",
59+
"wavevision/di-service-annotation": "^4.0"
6260
},
6361
"extra": {
6462
"phpstan": {}

0 commit comments

Comments
 (0)