Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Cleanup dependencies and allow illuminate/support ^9
Browse files Browse the repository at this point in the history
  • Loading branch information
arrilot committed Feb 18, 2022
1 parent b2f64e8 commit 4fe04bb
Show file tree
Hide file tree
Showing 2 changed files with 1,895 additions and 5,346 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
"require": {
"php": "^8.0",
"fakerphp/faker": "^1.10",
"illuminate/support": "^8.0"
"illuminate/support": "^8.0 || ^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6.0",
"pestphp/pest": "^1.16",
"php-parallel-lint/php-var-dump-check": "^0.5.0",
"phpunit/phpunit": "^9.0"
Expand All @@ -41,6 +39,9 @@
"test": "vendor/bin/pest"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit 4fe04bb

Please sign in to comment.