forked from DarkGhostHunter/Laraconfig
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a737a00
commit 9a8f1e7
Showing
52 changed files
with
359 additions
and
363 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
{ | ||
"name": "darkghosthunter/laraconfig", | ||
"description": "Per-user settings repository system for Laravel", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Italo Baeza C.", | ||
"email": "darkghosthunter@gmail.com" | ||
"name": "synergitech/laravel-multiconfig", | ||
"description": "Per-user settings repository system for Laravel", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Italo Baeza C.", | ||
"email": "darkghosthunter@gmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=8.0", | ||
"illuminate/database": "^8.43", | ||
"illuminate/support": "^8.43", | ||
"illuminate/collections": "^8.43", | ||
"illuminate/config": "^8.43", | ||
"illuminate/cache": "^8.43", | ||
"symfony/console": "^5.3" | ||
}, | ||
"require-dev": { | ||
"mockery/mockery": "^1.4.3", | ||
"orchestra/testbench": "^6.19", | ||
"phpunit/phpunit": "^9.5.4" | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SynergiTech\\Multiconfig\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"SynergiTech\\Multiconfig\\MulticonfigServiceProvider" | ||
], | ||
"aliases": { | ||
"Setting": "SynergiTech\\Multiconfig\\Facades\\Setting" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit --coverage-clover build/logs/clover.xml", | ||
"test-coverage": "vendor/bin/phpunit --coverage-html coverage" | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
} | ||
], | ||
"require": { | ||
"php": ">=8.0", | ||
"illuminate/database": "^8.43", | ||
"illuminate/support": "^8.43", | ||
"illuminate/collections": "^8.43", | ||
"illuminate/config": "^8.43", | ||
"illuminate/cache": "^8.43", | ||
"symfony/console": "^5.3" | ||
}, | ||
"require-dev": { | ||
"mockery/mockery": "^1.4.3", | ||
"orchestra/testbench": "^6.19", | ||
"phpunit/phpunit": "^9.5.4" | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"DarkGhostHunter\\Laraconfig\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"DarkGhostHunter\\Laraconfig\\LaraconfigServiceProvider" | ||
], | ||
"aliases": { | ||
"Setting": "DarkGhostHunter\\Laraconfig\\Facades\\Setting" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit --coverage-clover build/logs/clover.xml", | ||
"test-coverage": "vendor/bin/phpunit --coverage-html coverage" | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.