Skip to content

Commit af92a32

Browse files
authored
Add Missing License Information (#7)
1 parent 5ece32c commit af92a32

File tree

4 files changed

+6346
-6343
lines changed

4 files changed

+6346
-6343
lines changed

.idea/php.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License
2+
3+
This repository is licensed using a modified version of the BSD 3-Clause License.
4+
The license is available for review [here](https://docs.encoredigitalgroup.com/LicenseTerms/).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "encoredigitalgroup/laravel-cache-prune",
33
"type": "library",
4+
"license": "BSD-3-Clause",
45
"authors": [
56
{
67
"name": "Marc Beinder",
@@ -20,8 +21,7 @@
2021
},
2122
"require": {
2223
"php": "^8.3",
23-
"encoredigitalgroup/stdlib": "^2",
24-
"illuminate/support": "^11|^12"
24+
"laravel/framework": "^11|^12"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^3.9",

0 commit comments

Comments
 (0)