File tree 3 files changed +14
-15
lines changed
3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 6
6
.lock
7
7
composer.lock
8
8
/fonts
9
- .phpunit.result.cache
9
+ .phpunit.result.cache
10
+ .phpunit.cache
Original file line number Diff line number Diff line change 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " >= 7.1.3 " ,
25
- "illuminate/support" : " ^5.4|^6.0|^7.0|^8.0|^9.0" ,
26
- "illuminate/view" : " ^5.4|^6.0|^7.0|^8.0|^9.0" ,
24
+ "php" : " ^ 7.1|^8.0 " ,
25
+ "illuminate/support" : " ^5.4|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
26
+ "illuminate/view" : " ^5.4|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
27
27
"erusev/parsedown-extra" : " ^0.8.1|^0.8" ,
28
28
"symfony/dom-crawler" : " ^4.1|^5.0|^6.0"
29
29
},
30
30
"require-dev" : {
31
- "phpunit/phpunit" : " ^7.0|^8.0|^9.0" ,
32
- "laravel/framework" : " ^5.4|^6.0|^7.0|^8.0|^9.0" ,
33
- "orchestra/testbench" : " ^3.4|^4.0|^5.0|^7.0"
31
+ "phpunit/phpunit" : " ^7.0|^8.0|^9.0|^10.0 " ,
32
+ "laravel/framework" : " ^5.4|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
33
+ "orchestra/testbench" : " ^3.4|^4.0|^5.0|^7.0|^8.0 "
34
34
},
35
35
"autoload" : {
36
36
"files" : [
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
3
- backupStaticAttributes =" false"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ backupGlobals =" false"
4
+ backupStaticProperties =" false"
4
5
bootstrap =" vendor/autoload.php"
6
+ cacheDirectory =" .phpunit.cache"
5
7
colors =" true"
6
- verbose =" true"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
8
processIsolation =" false"
11
9
stopOnFailure =" false"
12
- >
10
+ xsi : noNamespaceSchemaLocation = " https://schema.phpunit.de/10.0/phpunit.xsd " >
13
11
<testsuites >
14
12
<testsuite name =" LaRecipe Test Suite" >
15
13
<directory >tests</directory >
21
19
<env name =" APP_URL" value =" http://localhost" />
22
20
<env name =" APP_KEY" value =" base64:M1igrxNfAWlVGyxxDholHqvVqvtPjAzCoJ+2/ILAVPw=" />
23
21
</php >
24
- </phpunit >
22
+ </phpunit >
You can’t perform that action at this time.
0 commit comments