Skip to content

Commit

Permalink
Merge pull request amabnl#1 in FLIGHT/service.amadeus from feature/VA…
Browse files Browse the repository at this point in the history
…N-318-ama-request-service-search-add-input to master

* commit '97e012613dee239cd12aa0f0675efd232191cda3':
  VAN-30 AMA request service / search endpointVAN-318 AMA request service / search / add input validation improvements after review
  VAN-30 AMA request service / search endpointVAN-318 AMA request service / search / add input validation implemented more tests
  VAN-30 AMA request service / search endpointVAN-318 AMA request service / search / add input validation implemented input validation
  • Loading branch information
marcuswinkler committed Oct 11, 2017
2 parents b33fcce + 97e0126 commit 6428b33
Show file tree
Hide file tree
Showing 56 changed files with 2,998 additions and 284 deletions.
Empty file modified bin/.gitignore
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
include:
- src/*
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"amabnl/amadeus-ws-client": "~1.4",
"monolog/monolog": "~1.23",
"flight/search-request-mapping": "~3.0",
"symfony/dependency-injection": "~3.3",
"doctrine/cache": "~1.7",
"symfony/yaml": "~3.3",
"jms/serializer": "^1.8",
"flight/library-search-request-response-mapping": "~1.0",
"particle/validator": "^2.2",
"doctrine/dbal": "~2.2"
},
"require-dev": {
Expand All @@ -56,5 +56,11 @@
"type": "vcs",
"url": "ssh://git@stash.unister.lan:2200/flight/library.search-request-response-mapping.git"
}
},
"config": {
"platform": {
"php": "7.1",
"ext-xsl": "1.1.28"
}
}
}
Loading

0 comments on commit 6428b33

Please sign in to comment.