Skip to content

Commit

Permalink
updated framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRutlandWeb committed Feb 13, 2021
1 parent 3c79436 commit c335c3c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,16 @@
"prefer-stable": true,
"autoload": {
"psr-4": {
"Plugin\\": "app/",
"Radiate\\": "Radiate/"
"Plugin\\": "app/"
},
"files": [
"functions.php"
]
},
"require": {
"php": "^7.3",
"brw/radiate-framework": "@dev"
"brw/radiate-framework": "^1.0"
},
"repositories": [
{
"type": "path",
"url": "../../vendor/brw/radiate-framework"
}
],
"scripts": {
"post-create-project-cmd": [
"npm install"
Expand Down

0 comments on commit c335c3c

Please sign in to comment.