Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
upgrade stubbles/core to ~3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed May 1, 2013
1 parent ee6871e commit 95da8e6
Show file tree
Hide file tree
Showing 28 changed files with 522 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,4 +10,4 @@ before_script:
- cp .travis.composer.config.json ~/.composer/config.json
- composer install --dev

script: phpunit --coverage-text
script: vendor/bin/phpunit --coverage-text
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2.?.?, ???
2.2.?, 2013-??-??
==================
- change dependency to stubbles-core from 2.* to ~2.1
- upgraded stubbles/core to ~3.0


2.1.0, 2012-07-31
Expand Down
1 change: 0 additions & 1 deletion cache/.gitignore

This file was deleted.

16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@
"description": "Stubbles Log provides support for writing log data.",
"require": {
"php": ">=5.3.0",
"stubbles/core": "~2.1"
"stubbles/core": "~3.0"
},
"require-dev": {
"mikey179/vfsStream": "~1.1"
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": {
"net\\stubbles\\log": "src/main/php"
}
},
"scripts": {
"post-install-cmd": "org\\stubbles\\scripts\\ComposerScripts::postInstall",
"post-update-cmd": "org\\stubbles\\scripts\\ComposerScripts::postUpdate"
}
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 95da8e6

Please sign in to comment.