Skip to content

Commit f52405b

Browse files
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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
27-
"phpunit/phpunit": "^10.0 || ^11.0"
26+
"phpunit/phpunit": "^9.5.10 || ^10.0 || ^11.0",
27+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)