Skip to content

Commit 80c9f3a

Browse files
committed
Init migration process to php-collective
1 parent 1a3087f commit 80c9f3a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
},
9696
"config": {
9797
"sort-packages": true,
98-
"bin-dir": "bin",
99-
"process-timeout": 0,
10098
"allow-plugins": {
10199
"dealerdirect/phpcodesniffer-composer-installer": true
102100
}

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" bootstrap="tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd">
33

44
<testsuites>
55
<testsuite name="file-storage-factories">

0 commit comments

Comments
 (0)