Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrasnorutsky committed Jun 14, 2020
1 parent a27218d commit fbb78a6
Show file tree
Hide file tree
Showing 6 changed files with 2,065 additions and 264 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
.idea
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ os: linux
dist: bionic

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

Expand Down
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,27 @@
"source": "https://github.com/soul-rise/servicemanager-array-access"
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.3",
"laminas/laminas-servicemanager": "^3.4",
"psr/container": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"roave/security-advisories": "dev-master"
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^9.2"
},
"autoload": {
"psr-4": {
"SoulRise\\ArrayAccess\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ArrayAccessTest\\": "test/ArrayAccess/"
}
},
"scripts": {
"test": "phpunit --colors=always",
"cs-check": "phpcs",
"cs-fix": "phpcbf"
}
Expand Down
Loading

0 comments on commit fbb78a6

Please sign in to comment.