Commit def107b
committed
Add MIT license and update composer.json with metadata and autoload configuration
• Added LICENSE.md file using the MIT license under Ginkelsoft Development © 2025
• Updated composer.json with:
• "license": "MIT" for Packagist compliance
• Full author metadata (name, email, homepage, role)
• Extended PHP support (^8.1 – ^8.4)
• Laravel compatibility (^9.0 – ^12.0)
• Expanded require-dev with orchestra/testbench and phpunit ranges
• Added PSR-4 autoloading for src/ and tests/ namespaces
• Declared Laravel service provider for auto-discovery
• Enforced "minimum-stability": "stable" with "prefer-stable": true
This commit finalizes package metadata for open-source publication on GitHub and Packagist.1 parent 9076242 commit def107b
2 files changed
+53
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
7 | 29 | | |
8 | 30 | | |
9 | 31 | | |
10 | 32 | | |
11 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
12 | 39 | | |
13 | 40 | | |
14 | 41 | | |
15 | 42 | | |
16 | 43 | | |
17 | 44 | | |
18 | 45 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 46 | | |
33 | 47 | | |
34 | 48 | | |
0 commit comments