Skip to content

Commit

Permalink
Upgrade dependencies (#1)
Browse files Browse the repository at this point in the history
* Upgrade flowder
* Upgrade codecept
* Upgrade phpunit
* Use new exception syntax for phpunit
* Git ignore phpunit result cache
* Update composer.json
* Migrate PHPUnit config to v9
  • Loading branch information
kyam-mayden authored Sep 30, 2021
1 parent e36ec34 commit ce08680
Show file tree
Hide file tree
Showing 5 changed files with 2,326 additions and 832 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Composer ###
composer.phar
/vendor/
.phpunit.result.cache

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5"
"phpunit/phpunit": "^9.0"
},
"require": {
"imjoehaines/flowder": "^1.0",
"codeception/codeception": "^2.1"
"imjoehaines/flowder": "^2.0",
"codeception/codeception": "^4.1"
}
}
Loading

0 comments on commit ce08680

Please sign in to comment.