Skip to content

Commit bd05ec3

Browse files
committed
extended bem filter
1 parent a79f6ac commit bd05ec3

File tree

12 files changed

+1517
-25
lines changed

12 files changed

+1517
-25
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"nassau/registry-compiler": "^1.1"
77
},
88
"require-dev": {
9-
"friendsofsymfony/user-bundle": "2.0.*@dev"
9+
"friendsofsymfony/user-bundle": "2.0.*@dev",
10+
"phpunit/phpunit": "^5.5"
1011
},
1112
"license": "MIT",
1213
"authors": [
@@ -19,5 +20,10 @@
1920
"psr-4": {
2021
"ArsThanea\\KunstmaanExtraBundle\\": "src/"
2122
}
23+
},
24+
"autoload-dev": {
25+
"psr-4": {
26+
"ArsThanea\\KunstmaanExtraBundle\\": "tests/"
27+
}
2228
}
2329
}

0 commit comments

Comments
 (0)