Commit f52405b
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 def107b commit f52405b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments