Skip to content

Commit

Permalink
Merge pull request #2 from WorksDev/fix/composer-version
Browse files Browse the repository at this point in the history
Remove Version from composer.json
  • Loading branch information
WorksDev committed Oct 1, 2020
2 parents 80595ef + 1a10fb7 commit 202b336
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.0.1] - 2020-10-01
### CHANGED
Remove version from composer

## [4.0.0] - 2020-09-21
### CHANGED
Optional upgrade to monolog v2
47 changes: 24 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "scn/udger-php",
"description": "PHP agent string parser based on Udger https://udger.com/products/local_parser",
"authors": [
{
"name": "The Udger.com Team",
"email": "info@udger.com"
}
],
"type": "library",
"license": "MIT",
"version": "3.1.3",
"require":{
"php": ">=5.5.0",
"ext-sqlite3": "*",
"guzzlehttp/guzzle": "^6.2",
"monolog/monolog": "^1.20 || ^2"
},
"require-dev": {
"codeception/codeception": "^3"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {"Udger\\": "src/"}
"name": "scn/udger-php",
"description": "PHP agent string parser based on Udger https://udger.com/products/local_parser",
"authors": [
{
"name": "The Udger.com Team",
"email": "info@udger.com"
}
],
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.5.0",
"ext-sqlite3": "*",
"guzzlehttp/guzzle": "^6.2",
"monolog/monolog": "^1.20 || ^2"
},
"require-dev": {
"codeception/codeception": "^3"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Udger\\": "src/"
}
}
}
Binary file modified tests/fixtures/udgercache/udgerdb_v3.dat
Binary file not shown.

0 comments on commit 202b336

Please sign in to comment.