Skip to content

Commit

Permalink
Merge branch 'v2beta' of https://github.com/yourjhay/simple-php into …
Browse files Browse the repository at this point in the history
…v2beta

# Conflicts:
#	app/Helper/Twig/FunctionExtension.php
  • Loading branch information
yourjhay committed Oct 3, 2020
2 parents 5362d35 + c344eed commit d88cae9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/Helper/Twig/FunctionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ public function alias($var, $param=null)
{
return alias($var, $param);
}

}
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@
}
],
"require": {
"simplyphp/framework": "v2.0.0-beta",
"simplyphp/framework": "v2.0.1-beta",
"php": ">=7.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
},

"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit d88cae9

Please sign in to comment.