11{
2- "name" : " notfoundnl/siteboss-framework" ,
3- "description" : " SiteBoss® framework is a headless CMS for Laravel. It will produce a JSON for a UI to consume." ,
4- "keywords" : [
5- " NotFound" ,
6- " laravel" ,
7- " siteboss-framework"
8- ],
9- "homepage" : " https://github.com/notfoundnl/siteboss-framework" ,
10- "license" : " AGPL-3.0-or-later" ,
11- "authors" : [
12- {
13- "name" : " NotFound Digital Creativity" ,
14- 15- "role" : " Developer"
16- }
17- ],
18- "require" : {
19- "spatie/laravel-package-tools" : " ^1.14.0" ,
20- "spatie/laravel-honeypot" : " ^4.3.2" ,
21- "illuminate/contracts" : " ^10.0|^11.0|^12.0" ,
22- "notfoundnl/siteboss-layout" : " ^1.6.1" ,
23- "notfoundnl/siteboss-static" : " ^1.15.0" ,
24- "mcamara/laravel-localization" : " ^2.0" ,
25- "xenolope/quahog" : " ^3.0" ,
26- "firebase/php-jwt" : " ^6.3" ,
27- "intervention/image" : " ^3.0" ,
28- "doctrine/dbal" : " ^4.0"
2+ "name" : " notfoundnl/siteboss-framework" ,
3+ "description" : " SiteBoss® framework is a headless CMS for Laravel. It will produce a JSON for a UI to consume." ,
4+ "keywords" : [
5+ " NotFound" ,
6+ " laravel" ,
7+ " siteboss-framework"
8+ ],
9+ "homepage" : " https://github.com/notfoundnl/siteboss-framework" ,
10+ "license" : " AGPL-3.0-or-later" ,
11+ "authors" : [
12+ {
13+ "name" : " NotFound Digital Creativity" ,
14+ 15+ "role" : " Developer"
16+ }
17+ ],
18+ "require" : {
19+ "spatie/laravel-package-tools" : " ^1.14.0" ,
20+ "spatie/laravel-honeypot" : " ^4.3.2" ,
21+ "illuminate/contracts" : " ^10.0|^11.0|^12.0" ,
22+ "notfoundnl/siteboss-layout" : " ^1.6.1|dev-main" ,
23+ "notfoundnl/siteboss-static" : " ^1.15.0" ,
24+ "mcamara/laravel-localization" : " ^2.0" ,
25+ "enshrined/svg-sanitize" : " ^0.22.0" ,
26+ "xenolope/quahog" : " ^3.0" ,
27+ "firebase/php-jwt" : " ^6.3" ,
28+ "intervention/image" : " ^3.0" ,
29+ "doctrine/dbal" : " ^4.0"
30+ },
31+ "require-dev" : {
32+ "laravel/pint" : " ^1.25.1" ,
33+ "nunomaduro/collision" : " ^6.0" ,
34+ "nunomaduro/larastan" : " ^2.0.1" ,
35+ "orchestra/testbench" : " ^8.9" ,
36+ "pestphp/pest" : " ^1.21" ,
37+ "pestphp/pest-plugin-laravel" : " ^1.1" ,
38+ "phpstan/extension-installer" : " ^1.1" ,
39+ "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
40+ "phpstan/phpstan-phpunit" : " ^1.0" ,
41+ "phpunit/phpunit" : " ^9.5" ,
42+ "nunomaduro/phpinsights" : " ^2.9.0"
43+ },
44+ "autoload" : {
45+ "psr-4" : {
46+ "NotFound\\ Framework\\ " : " src" ,
47+ "NotFound\\ Framework\\ Database\\ Seeders\\ " : " database/seeders"
2948 },
30- "require-dev" : {
31- "laravel/pint" : " ^1.0" ,
32- "nunomaduro/collision" : " ^6.0" ,
33- "nunomaduro/larastan" : " ^2.0.1" ,
34- "orchestra/testbench" : " ^8.9" ,
35- "pestphp/pest" : " ^1.21" ,
36- "pestphp/pest-plugin-laravel" : " ^1.1" ,
37- "phpstan/extension-installer" : " ^1.1" ,
38- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
39- "phpstan/phpstan-phpunit" : " ^1.0" ,
40- "phpunit/phpunit" : " ^9.5" ,
41- "nunomaduro/phpinsights" : " ^2.9.0"
42- },
43- "autoload" : {
44- "psr-4" : {
45- "NotFound\\ Framework\\ " : " src" ,
46- "NotFound\\ Framework\\ Database\\ Seeders\\ " : " database/seeders"
47- },
48- "files" : [
49- " src/Http/Helpers.php"
50- ]
51- },
52- "autoload-dev" : {
53- "psr-4" : {
54- "NotFound\\ Framework\\ Tests\\ " : " tests"
55- }
56- },
57- "scripts" : {
58- "post-autoload-dump" : " @php ./vendor/bin/testbench package:discover --ansi" ,
59- "analyse" : " vendor/bin/phpstan analyse" ,
60- "test" : " vendor/bin/pest" ,
61- "test-coverage" : " vendor/bin/pest --coverage" ,
62- "format" : " vendor/bin/pint"
63- },
64- "config" : {
65- "sort-packages" : true ,
66- "allow-plugins" : {
67- "pestphp/pest-plugin" : true ,
68- "phpstan/extension-installer" : true ,
69- "php-http/discovery" : true ,
70- "bamarni/composer-bin-plugin" : true ,
71- "dealerdirect/phpcodesniffer-composer-installer" : true
72- }
73- },
74- "extra" : {
75- "laravel" : {
76- "providers" : [
77- " NotFound\\ Framework\\ FrameworkServiceProvider"
78- ],
79- "aliases" : {
80- "Sb" : " NotFound\\ Framework\\ Helpers\\ SitebossHelper"
81- }
82- }
83- },
84- "minimum-stability" : " dev" ,
85- "prefer-stable" : true
86- }
49+ "files" : [
50+ " src/Http/Helpers.php"
51+ ]
52+ },
53+ "autoload-dev" : {
54+ "psr-4" : {
55+ "NotFound\\ Framework\\ Tests\\ " : " tests"
56+ }
57+ },
58+ "scripts" : {
59+ "post-autoload-dump" : " @php ./vendor/bin/testbench package:discover --ansi" ,
60+ "analyse" : " vendor/bin/phpstan analyse" ,
61+ "test" : " vendor/bin/pest" ,
62+ "test-coverage" : " vendor/bin/pest --coverage" ,
63+ "format" : " vendor/bin/pint"
64+ },
65+ "config" : {
66+ "sort-packages" : true ,
67+ "allow-plugins" : {
68+ "pestphp/pest-plugin" : true ,
69+ "phpstan/extension-installer" : true ,
70+ "php-http/discovery" : true ,
71+ "bamarni/composer-bin-plugin" : true ,
72+ "dealerdirect/phpcodesniffer-composer-installer" : true
73+ }
74+ },
75+ "extra" : {
76+ "laravel" : {
77+ "providers" : [
78+ " NotFound\\ Framework\\ FrameworkServiceProvider"
79+ ],
80+ "aliases" : {
81+ "Sb" : " NotFound\\ Framework\\ Helpers\\ SitebossHelper"
82+ }
83+ }
84+ },
85+ "minimum-stability" : " dev" ,
86+ "prefer-stable" : true
87+ }
0 commit comments