Replace Travis CI with GitHub Actions
This commit is contained in:
parent
340711b331
commit
da6dd242a0
7 changed files with 120 additions and 95 deletions
|
@ -11,13 +11,16 @@
|
|||
"email": "hello@joshtronic.com",
|
||||
"homepage": "http://joshtronic.com"
|
||||
}],
|
||||
"require-dev": {
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
"phpunit/phpunit": "^4.8.36 || ^9.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"joshtronic\\": "src/"}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {"joshtronic\\Tests\\": "tests/"}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue