Skip to content

Commit

Permalink
Merge pull request #121 from Laravel-Backpack/dependabot/composer/php…
Browse files Browse the repository at this point in the history
…unit/phpunit-tw-10.1.3

Update phpunit/phpunit requirement from ^9.0||^7.0 to ^10.1.3
  • Loading branch information
tabacitu authored Jul 1, 2023
2 parents 240ff3f + 0e5d810 commit ca77acd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
12 changes: 0 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,14 @@
"spatie/laravel-backup": "^8.0"
},
"require-dev": {
"phpunit/phpunit" : "^9.0||^7.0",
"scrutinizer/ocular": "~1.7|~1.1"
},
"autoload": {
"psr-4": {
"Backpack\\BackupManager\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Backpack\\BackupManager\\Test\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit --testdox"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Backpack\\BackupManager\\BackupManagerServiceProvider"
Expand Down
17 changes: 0 additions & 17 deletions phpunit.xml

This file was deleted.

16 changes: 0 additions & 16 deletions tests/BaseTest.php

This file was deleted.

0 comments on commit ca77acd

Please sign in to comment.