Skip to content

Commit

Permalink
Merge branch 'master' into connector-cloudinary
Browse files Browse the repository at this point in the history
  • Loading branch information
fitn authored Oct 4, 2019
2 parents 15e5427 + 36e9263 commit 0e60a73
Show file tree
Hide file tree
Showing 46 changed files with 1,512 additions and 157 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
###> docker ###
docker-compose.override.yml
###< docker ###

###> friendsofphp/php-cs-fixer ###
/.php_cs
/.php_cs.cache
###< friendsofphp/php-cs-fixer ###
7 changes: 7 additions & 0 deletions .phpspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
suites:
dam-connector:
namespace: AkeneoDAMConnector
psr4_prefix: AkeneoDAMConnector
spec_path: tests/
spec_prefix: Specification
src_path: src/
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"symfony/yaml": "4.3.*"
},
"require-dev": {
"akeneo/php-coupling-detector": "0.3.*"
"akeneo/php-coupling-detector": "0.3.*",
"phpspec/phpspec": "^4.0"
},
"repositories": [
{
Expand All @@ -38,7 +39,8 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"bin-dir": "vendor/bin"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0e60a73

Please sign in to comment.