Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Dependency adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Aug 21, 2017
1 parent 306e857 commit fed3c9b
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- cp config/autoload/local.php.dist config/autoload/local.php
- cp config/autoload/view.local.php.dist config/autoload/view.local.php
- cp config/autoload/commands.local.php.dist config/autoload/commands.local.php

- cp config/autoload/dependencies.local.php.dist config/autoload/dependencies.local.php
- composer install -o --prefer-dist
- php -S 127.0.0.1:8080 -t public >/dev/null 2>&1 &

Expand Down
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
"type": "project",
"require": {
"php": "^7.1",
"selami/stdlib": "^1.3",
"selami/foundation": "^0.10",
"selami/commands": "0.1",
"selami/zend-servicemanager-factories": "^0.2",
"symfony/http-foundation": "~3.3"
"roave/security-advisories": "dev-master",
"selami/stdlib": "~1.3",
"selami/foundation": "~0.10",
"selami/commands": "~0.1",
"selami/zend-servicemanager-factories": "~0.5",
"symfony/http-foundation": "~3.3",
"nesbot/carbon": "~1.22"
},
"require-dev": {
"codeception/codeception": "2.3.4"
"codeception/codeception": "~2.3"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -40,6 +42,7 @@
"cp config/autoload/local.php.dist config/autoload/local.php",
"cp config/autoload/view.local.php.dist config/autoload/view.local.php",
"cp config/autoload/commands.local.php.dist config/autoload/commands.local.php",
"cp config/autoload/dependencies.local.php.dist config/autoload/dependencies.local.php",
"composer dump-autoload -o"
]
}
Expand Down
Loading

0 comments on commit fed3c9b

Please sign in to comment.