Skip to content

Instantly share code, notes, and snippets.

View pelomedusa's full-sized avatar
💭
PHP Developer

Alfred pelomedusa

💭
PHP Developer
View GitHub Profile
@pelomedusa
pelomedusa / composer.json
Created April 27, 2020 15:50 — forked from jonbernardi/composer.json
Standalone validation using laravel validation component
{
"name": "spakkionu/validate",
"description": "Validation Test",
"require": {
"illuminate/validation": "~4.2.9"
},
"license": "MIT",
"authors": [
{
"name": "Jonathan Bernardi",