|
1 | 1 | { |
2 | | - "name": "tiknil/bs-blade-forms", |
3 | | - "description": "Collection of blade components for building form using bootstrap", |
4 | | - "keywords": [ |
5 | | - "tiknil", |
6 | | - "bs-blade-forms" |
7 | | - ], |
8 | | - "version": "0.7.0", |
9 | | - "homepage": "https://github.com/tiknil/bs-blade-forms", |
10 | | - "license": "MIT", |
11 | | - "type": "library", |
12 | | - "authors": [ |
13 | | - { |
14 | | - "name": "Giorgio Balduzzi", |
15 | | - "email": "balduzzi.giorgio@tiknil.com", |
16 | | - "role": "Developer" |
17 | | - } |
18 | | - ], |
19 | | - "require": { |
20 | | - "php": "^8.1|^8.2|^8.3|^8.4", |
21 | | - "illuminate/support": "^10.0|^11.0|^12.0", |
22 | | - "illuminate/contracts": "^10.0|^11.0|^12.0" |
23 | | - }, |
24 | | - "require-dev": { |
25 | | - "laravel/pint": "^1.7", |
26 | | - "mockery/mockery": "^1.6", |
27 | | - "orchestra/testbench": "^9.0|^10.0", |
28 | | - "pestphp/pest": "^3.0", |
29 | | - "pestphp/pest-plugin-laravel": "^3.0" |
30 | | - }, |
31 | | - "autoload": { |
32 | | - "psr-4": { |
33 | | - "Tiknil\\BsBladeForms\\": "src" |
34 | | - } |
35 | | - }, |
36 | | - "autoload-dev": { |
37 | | - "psr-4": { |
38 | | - "Tiknil\\BsBladeForms\\Tests\\": "tests" |
39 | | - } |
40 | | - }, |
41 | | - "scripts": { |
42 | | - "test": "vendor/bin/pest", |
43 | | - "test-coverage": "vendor/bin/pest --coverage-html coverage" |
44 | | - }, |
45 | | - "config": { |
46 | | - "sort-packages": true, |
47 | | - "allow-plugins": { |
48 | | - "pestphp/pest-plugin": true |
49 | | - } |
50 | | - }, |
51 | | - "extra": { |
52 | | - "laravel": { |
53 | | - "providers": [ |
54 | | - "Tiknil\\BsBladeForms\\BsBladeFormsServiceProvider" |
55 | | - ], |
56 | | - "aliases": { |
57 | | - "BsBladeForms": "Tiknil\\BsBladeForms\\BsBladeFormsFacade" |
58 | | - } |
59 | | - } |
60 | | - }, |
61 | | - "minimum-stability": "dev", |
62 | | - "prefer-stable": true |
| 2 | + "name": "tiknil/bs-blade-forms", |
| 3 | + "description": "Collection of blade components for building form using bootstrap", |
| 4 | + "keywords": [ |
| 5 | + "tiknil", |
| 6 | + "bs-blade-forms" |
| 7 | + ], |
| 8 | + "version": "0.7.1", |
| 9 | + "homepage": "https://github.com/tiknil/bs-blade-forms", |
| 10 | + "license": "MIT", |
| 11 | + "type": "library", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "Giorgio Balduzzi", |
| 15 | + "email": "balduzzi.giorgio@tiknil.com", |
| 16 | + "role": "Developer" |
| 17 | + } |
| 18 | + ], |
| 19 | + "require": { |
| 20 | + "php": "^8.1|^8.2|^8.3|^8.4", |
| 21 | + "illuminate/support": "^10.0|^11.0|^12.0", |
| 22 | + "illuminate/contracts": "^10.0|^11.0|^12.0" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "laravel/pint": "^1.7", |
| 26 | + "mockery/mockery": "^1.6", |
| 27 | + "orchestra/testbench": "^9.0|^10.0", |
| 28 | + "pestphp/pest": "^3.0", |
| 29 | + "pestphp/pest-plugin-laravel": "^3.0" |
| 30 | + }, |
| 31 | + "autoload": { |
| 32 | + "psr-4": { |
| 33 | + "Tiknil\\BsBladeForms\\": "src" |
| 34 | + } |
| 35 | + }, |
| 36 | + "autoload-dev": { |
| 37 | + "psr-4": { |
| 38 | + "Tiknil\\BsBladeForms\\Tests\\": "tests" |
| 39 | + } |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "test": "vendor/bin/pest", |
| 43 | + "test-coverage": "vendor/bin/pest --coverage-html coverage" |
| 44 | + }, |
| 45 | + "config": { |
| 46 | + "sort-packages": true, |
| 47 | + "allow-plugins": { |
| 48 | + "pestphp/pest-plugin": true |
| 49 | + } |
| 50 | + }, |
| 51 | + "extra": { |
| 52 | + "laravel": { |
| 53 | + "providers": [ |
| 54 | + "Tiknil\\BsBladeForms\\BsBladeFormsServiceProvider" |
| 55 | + ], |
| 56 | + "aliases": { |
| 57 | + "BsBladeForms": "Tiknil\\BsBladeForms\\BsBladeFormsFacade" |
| 58 | + } |
| 59 | + } |
| 60 | + }, |
| 61 | + "minimum-stability": "dev", |
| 62 | + "prefer-stable": true |
63 | 63 | } |
0 commit comments