Skip to content

Commit 2841a5d

Browse files
committed
Bump PHPUnit and use vendor-based namespace schemata for PHPCS and PHPUnit
1 parent 011dca3 commit 2841a5d

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"guzzlehttp/guzzle": "^6.0|^7.0"
3939
},
4040
"require-dev": {
41-
"phpunit/phpunit": "^9.4",
41+
"phpunit/phpunit": "^9.5",
4242
"squizlabs/php_codesniffer": "^3.5",
4343
"dms/phpunit-arraysubset-asserts": "^0.2",
4444
"monolog/monolog": "^2.1"

composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.5.8/phpcs.xsd">
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd">
33
<description>PHP Code Sniffer</description>
44

55
<arg value="snp"/>

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.4/phpunit.xsd">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd">
33
<coverage>
44
<include>
55
<directory suffix=".php">./src</directory>

0 commit comments

Comments
 (0)