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

Commit 0d0baed

Browse files
committed
Update laminas/laminas-coding-standard
Signed-off-by: Filippo Tessarotto <zoeslam@gmail.com>
1 parent 65c5e46 commit 0d0baed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"laminas/laminas-zendframework-bridge": "^1.1"
3232
},
3333
"require-dev": {
34-
"laminas/laminas-coding-standard": "~1.0.0",
34+
"laminas/laminas-coding-standard": "^2.1.4",
3535
"phpunit/phpunit": "^9.4.3"
3636
},
3737
"autoload": {

phpcs.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="Laminas coding standard">
3-
<rule ref="./vendor/laminas/laminas-coding-standard/ruleset.xml"/>
3+
<rule ref="LaminasCodingStandard"/>
44

55
<!-- Paths to check -->
66
<file>src</file>

0 commit comments

Comments
 (0)