We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d0f91c + abee6dd commit 9630d45Copy full SHA for 9630d45
composer.json
@@ -22,7 +22,11 @@
22
},
23
"autoload": {
24
"psr-4": {
25
+<<<<<<< HEAD
26
"Toolkit\\File\\Parse\\": "src/"
27
+=======
28
+ "Toolkit\\File\\Parse\\" : "src/"
29
+>>>>>>> 54f70647d1f38987bffbff758f41cb542c0d8212
30
}
31
32
"suggest": {
phpunit.xml.dist
@@ -8,7 +8,6 @@
8
convertNoticesToExceptions="true"
9
convertWarningsToExceptions="true"
10
stopOnFailure="false"
11
-
12
>
13
<testsuites>
14
<testsuite name="Php Library Test Suite">
0 commit comments