Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Apr 19, 2023
1 parent fe4d1fe commit 89204cc
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
},
"require": {
"php": "^8.0",
"laravel/framework": "^8.53 || ^9.9",
"statamic/cms": "^3.3"
"laravel/framework": "^9.9",
"statamic/cms": "^3.4",
"transformstudios/front": "^1.12.1"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"nunomaduro/collision": "^6.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^7.0",
"spatie/laravel-ray": "^1.24"
},
"extra": {
Expand All @@ -33,5 +34,16 @@
]
},
"patches": {}
}
},
"config": {
"allow-plugins": {
"pixelfear/composer-dist-plugin": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/transformstudios/statamic-front"
}
]
}

0 comments on commit 89204cc

Please sign in to comment.