Skip to content

Commit 9630d45

Browse files
committed
merge remote
2 parents 9d0f91c + abee6dd commit 9630d45

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
},
2323
"autoload": {
2424
"psr-4": {
25+
<<<<<<< HEAD
2526
"Toolkit\\File\\Parse\\": "src/"
27+
=======
28+
"Toolkit\\File\\Parse\\" : "src/"
29+
>>>>>>> 54f70647d1f38987bffbff758f41cb542c0d8212
2630
}
2731
},
2832
"suggest": {

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertNoticesToExceptions="true"
99
convertWarningsToExceptions="true"
1010
stopOnFailure="false"
11-
1211
>
1312
<testsuites>
1413
<testsuite name="Php Library Test Suite">

0 commit comments

Comments
 (0)