Skip to content

Commit

Permalink
Init skelton
Browse files Browse the repository at this point in the history
  • Loading branch information
harikt committed Apr 4, 2020
1 parent 102a452 commit 4646a06
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"license": "MIT",
"type": "project",
"require": {
"mascot/mascot": "1.0",
"symfony/asset": "4.4",
"symfony/browser-kit": "4.4",
"symfony/config": "4.4",
"symfony/console": "4.4",
"symfony/css-selector": "4.4",
"symfony/debug": "4.4",
"symfony/finder": "4.4",
"symfony/form": "4.4",
"symfony/monolog-bridge": "4.4",
"symfony/process": "4.4",
"symfony/translation": "4.4",
"symfony/twig-bridge": "4.4",
"symfony/validator": "4.4"
"mascot/mascot": "^1.0",
"symfony/asset": "^4.4",
"symfony/browser-kit": "^4.4",
"symfony/config": "^4.4",
"symfony/console": "^4.4",
"symfony/css-selector": "^4.4",
"symfony/debug": "^4.4",
"symfony/finder": "^4.4",
"symfony/form": "^4.4",
"symfony/monolog-bridge": "^4.4",
"symfony/process": "^4.4",
"symfony/translation": "^4.4",
"symfony/twig-bridge": "^4.4",
"symfony/validator": "^4.4"
},
"require-dev": {
"mascot/web-profiler": "1.0.x@dev"
"mascot/web-profiler": "^1.0"
},
"autoload": {
"psr-0": { "": "src/" }
Expand Down

0 comments on commit 4646a06

Please sign in to comment.