Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGW committed Sep 6, 2020
2 parents 66a3d3f + cc6eb69 commit a90149f
Show file tree
Hide file tree
Showing 75 changed files with 424 additions and 4,494 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
puphpet/config-custom.yaml
public/asset
.idea
vendor
src/public/asset
32 changes: 0 additions & 32 deletions Gruntfile.js

This file was deleted.

32 changes: 21 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"name": "alexandergw/deft",
"type": "deft-kernel",
"require": {
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-json": "*",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"johnkary/phpunit-speedtrap": "^3.2"
"name": "alexandergw/deft",
"type": "deft-kernel",
"require": {
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-json": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"johnkary/phpunit-speedtrap": "^3.2"
},
"autoload": {
"classmap": [
"src/Deft.php"
]
},
"autoload-dev": {
"psr-4": {
"Deft\\Tests\\": "tests/"
}
}
}
Loading

0 comments on commit a90149f

Please sign in to comment.