Skip to content

Commit

Permalink
update deps, psr-0 -> psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpts committed Jan 27, 2019
1 parent 3a85dcb commit b8521c1
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 25 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: php
php:
- 7.2
- 7.3

before_script:
- composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-0": {
"PTS\\Events": "src"
"psr-4": {
"PTS\\Events\\": "src"
}
}
}
103 changes: 81 additions & 22 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b8521c1

Please sign in to comment.