-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Core: - Add `Orchestra\Support\Traits\DataContainerTrait::secureGet()` and `Orchestra\Support\Traits\DataContainerTrait::secureSet()`. Signed-off-by: crynobone <[email protected]>
- Loading branch information
Showing
4 changed files
with
110 additions
and
105 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"name": "orchestra/support-facades", | ||
"description": "Support (Facades) Component for Orchestra Platform", | ||
"homepage": "http://orchestraplatform.com/docs/latest/components/support/", | ||
"keywords": ["orchestra-platform", "orchestral", "laravel"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Mior Muhammad Zaki", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/crynobone" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Orchestra\\Support\\Facades\\" : "" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.*" | ||
}, | ||
"suggest": { | ||
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.0).", | ||
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.0)." | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.2-dev" | ||
} | ||
}, | ||
"support": { | ||
"issues": "https://github.com/orchestral/support/issues" | ||
}, | ||
"minimum-stability": "dev" | ||
"name": "orchestra/support-facades", | ||
"description": "Support (Facades) Component for Orchestra Platform", | ||
"homepage": "http://orchestraplatform.com/docs/latest/components/support/", | ||
"keywords": ["orchestra-platform", "orchestral", "laravel"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Mior Muhammad Zaki", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/crynobone" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Orchestra\\Support\\Facades\\" : "" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.*" | ||
}, | ||
"suggest": { | ||
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.0).", | ||
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.0)." | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.2-dev" | ||
} | ||
}, | ||
"support": { | ||
"issues": "https://github.com/orchestral/support/issues" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
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,37 +1,37 @@ | ||
{ | ||
"name": "orchestra/support-providers", | ||
"description": "Support (Providers) Component for Laravel and Orchestra Platform", | ||
"homepage": "http://orchestraplatform.com/docs/latest/components/support/", | ||
"keywords": ["orchestra-platform", "orchestral", "laravel"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Mior Muhammad Zaki", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/crynobone" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Orchestra\\Support\\Providers\\" : "" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.*", | ||
"orchestra/contracts": "3.0.*" | ||
}, | ||
"suggest": { | ||
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.0).", | ||
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.0)." | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.2-dev" | ||
} | ||
}, | ||
"support": { | ||
"issues": "https://github.com/orchestral/support/issues" | ||
}, | ||
"minimum-stability": "dev" | ||
"name": "orchestra/support-providers", | ||
"description": "Support (Providers) Component for Laravel and Orchestra Platform", | ||
"homepage": "http://orchestraplatform.com/docs/latest/components/support/", | ||
"keywords": ["orchestra-platform", "orchestral", "laravel"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Mior Muhammad Zaki", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/crynobone" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Orchestra\\Support\\Providers\\" : "" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.*", | ||
"orchestra/contracts": "3.0.*" | ||
}, | ||
"suggest": { | ||
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.0).", | ||
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.0)." | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.2-dev" | ||
} | ||
}, | ||
"support": { | ||
"issues": "https://github.com/orchestral/support/issues" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
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,38 +1,38 @@ | ||
{ | ||
"name": "orchestra/support-core", | ||
"description": "Support (Core) Component for Orchestra Platform", | ||
"homepage": "http://orchestraplatform.com/docs/latest/components/support/", | ||
"keywords": ["orchestra-platform", "orchestral", "laravel", "validator", "utilities"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Mior Muhammad Zaki", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/crynobone" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Orchestra\\Support\\" : "" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.*", | ||
"orchestra/contracts": "3.0.*" | ||
}, | ||
"suggest": { | ||
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.0).", | ||
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.0).", | ||
"orchestra/messages": "Allow using Messages component (~3.0)." | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.2-dev" | ||
} | ||
}, | ||
"support": { | ||
"issues": "https://github.com/orchestral/support/issues" | ||
}, | ||
"minimum-stability": "dev" | ||
"name": "orchestra/support-core", | ||
"description": "Support (Core) Component for Orchestra Platform", | ||
"homepage": "http://orchestraplatform.com/docs/latest/components/support/", | ||
"keywords": ["orchestra-platform", "orchestral", "laravel", "validator", "utilities"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Mior Muhammad Zaki", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/crynobone" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Orchestra\\Support\\" : "" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.*", | ||
"orchestra/contracts": "3.0.*" | ||
}, | ||
"suggest": { | ||
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.0).", | ||
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.0).", | ||
"orchestra/messages": "Allow using Messages component (~3.0)." | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.2-dev" | ||
} | ||
}, | ||
"support": { | ||
"issues": "https://github.com/orchestral/support/issues" | ||
}, | ||
"minimum-stability": "dev" | ||
} |