Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
metalinspired committed Mar 22, 2019
0 parents commit 2abf5cc
Show file tree
Hide file tree
Showing 5 changed files with 912 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.gitignore export-ignore
/composer.lock export-ignore
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
vendor
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "metalinspired/zend-mixed-collection-input-filter",
"description": "Extended collection input filter that allows using different input filter per collection item",
"license": "BSD-3-Clause",
"keywords": [
"zf",
"zendframework",
"inputfilter"
],
"config": {
"sort-packages": true
},
"require": {
"php": "^7.0",
"zendframework/zend-inputfilter": "^2.9.0",
"zendframework/zend-validator": "^2.9.0"
},
"autoload": {
"psr-4": {
"metalinspired\\MixedCollectionInputFilter\\": "src/"
}
}
}
Loading

0 comments on commit 2abf5cc

Please sign in to comment.