File tree 11 files changed +112
-51
lines changed
11 files changed +112
-51
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " ^8.1" ,
19
- "illuminate/support" : " ^10.0" ,
20
- "illuminate/translation" : " ^10.0"
19
+ "illuminate/support" : " ^10.0 || ^11.0 " ,
20
+ "illuminate/translation" : " ^10.0 || ^11.0 "
21
21
},
22
22
"require-dev" : {
23
- "orchestra/testbench" : " ^8.0" ,
23
+ "orchestra/testbench" : " ^8.0 || ^9.0 " ,
24
24
"phpunit/phpunit" : " ^10.0"
25
25
},
26
26
"minimum-stability" : " stable" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<!-- ~
4
- ~ This file is part of the "Laravel-Lang/publisher " project.
4
+ ~ This file is part of the "dragon-code/json-fallback " project.
5
5
~
6
6
~ For the full copyright and license information, please view the LICENSE
7
7
~ file that was distributed with this source code.
8
8
~
9
9
~ @author Andrey Helldar <helldar@dragon-code.pro>
10
- ~
11
- ~ @copyright 2022 Andrey Helldar
12
- ~
10
+ ~ @copyright 2024 Andrey Helldar
13
11
~ @license MIT
14
12
~
15
- ~ @see https://github.com/Laravel-Lang/publisher
13
+ ~ @see https://github.com/TheDragonCode/json-fallback
16
14
-->
17
15
18
16
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
17
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
20
18
cacheResult =" false"
21
19
backupGlobals =" false"
22
20
backupStaticAttributes =" false"
23
- bootstrap =" phpunit .php"
21
+ bootstrap =" vendor/autoload .php"
24
22
colors =" true"
25
23
convertErrorsToExceptions =" true"
26
24
convertNoticesToExceptions =" true"
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
namespace LaravelLang \JsonFallback ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
namespace LaravelLang \JsonFallback ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
namespace Tests ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
namespace Tests \Unit ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
namespace Tests \Unit ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
return [
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
return [
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * This file is part of the "dragon-code/json-fallback" project.
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ *
9
+ * @author Andrey Helldar <helldar@dragon-code.pro>
10
+ * @copyright 2024 Andrey Helldar
11
+ * @license MIT
12
+ *
13
+ * @see https://github.com/TheDragonCode/json-fallback
14
+ */
15
+
3
16
declare (strict_types=1 );
4
17
5
18
return [
You can’t perform that action at this time.
0 commit comments