File tree Expand file tree Collapse file tree 11 files changed +112
-51
lines changed Expand file tree Collapse file tree 11 files changed +112
-51
lines changed Original file line number Diff line number Diff line change 1616 ],
1717 "require" : {
1818 "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 "
2121 },
2222 "require-dev" : {
23- "orchestra/testbench" : " ^8.0" ,
23+ "orchestra/testbench" : " ^8.0 || ^9.0 " ,
2424 "phpunit/phpunit" : " ^10.0"
2525 },
2626 "minimum-stability" : " stable" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<!-- ~
4- ~ This file is part of the "Laravel-Lang/publisher " project.
4+ ~ This file is part of the "dragon-code/json-fallback " project.
55 ~
66 ~ For the full copyright and license information, please view the LICENSE
77 ~ file that was distributed with this source code.
88 ~
99 ~ @author Andrey Helldar <helldar@dragon-code.pro>
10- ~
11- ~ @copyright 2022 Andrey Helldar
12- ~
10+ ~ @copyright 2024 Andrey Helldar
1311 ~ @license MIT
1412 ~
15- ~ @see https://github.com/Laravel-Lang/publisher
13+ ~ @see https://github.com/TheDragonCode/json-fallback
1614 -->
1715
1816<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"
2018 cacheResult =" false"
2119 backupGlobals =" false"
2220 backupStaticAttributes =" false"
23- bootstrap =" phpunit .php"
21+ bootstrap =" vendor/autoload .php"
2422 colors =" true"
2523 convertErrorsToExceptions =" true"
2624 convertNoticesToExceptions =" true"
Original file line number Diff line number Diff line change 11<?php
22
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+
316declare (strict_types=1 );
417
518namespace LaravelLang \JsonFallback ;
Original file line number Diff line number Diff line change 11<?php
22
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+
316declare (strict_types=1 );
417
518namespace LaravelLang \JsonFallback ;
Original file line number Diff line number Diff line change 11<?php
22
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+
316declare (strict_types=1 );
417
518namespace Tests ;
Original file line number Diff line number Diff line change 11<?php
22
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+
316declare (strict_types=1 );
417
518namespace Tests \Unit ;
Original file line number Diff line number Diff line change 11<?php
22
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+
316declare (strict_types=1 );
417
518namespace Tests \Unit ;
Original file line number Diff line number Diff line change 11<?php
22
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+
316declare (strict_types=1 );
417
518return [
Original file line number Diff line number Diff line change 11<?php
22
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+
316declare (strict_types=1 );
417
518return [
You can’t perform that action at this time.
0 commit comments