Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Aug 20, 2021
1 parent c38655f commit e5333c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"require": {
"php": "^8.0",
"laravel/framework": "^8.53",
"statamic/cms": "^3.1"
"statamic/cms": "^3.1.34"
},
"require-dev": {
"cweagans/composer-patches": "^1.7",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^4.1 || ^5.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"orchestra/testbench": "^5.0 || ^6.0",
"jasonmccreary/laravel-test-assertions": "^1.0"
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0",
"spatie/laravel-ray": "^1.24"
},
"extra": {
"statamic": {
Expand Down

0 comments on commit e5333c2

Please sign in to comment.