Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Update packages and increment year.
Browse files Browse the repository at this point in the history
  • Loading branch information
roquie committed Jan 12, 2020
1 parent 72f4ff9 commit 04cf19c
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 236 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ It possible with multiple ways:

1) Install to `/usr/local/bin` as global binary

```bash
```bash
L=/usr/local/bin/st-conf && sudo curl -L https://github.com/microparts/configuration-php/releases/download/2.2.0/st-conf.phar -o $L && sudo chmod +x $L
```

Expand All @@ -94,7 +94,7 @@ composer global require microparts/configuration-php

It will be installed to `~/.composer` directory.

If you have `~/.composer/vendor/bin` in globals path, you can try run command:
If you have `~/.composer/vendor/bin` in globals path, you can try run command:
```bash
st-conf help dump
```
Expand Down Expand Up @@ -143,7 +143,7 @@ Help:
The MIT License
Copyright © 2019 spacetab.io, Inc. https://spacetab.io
Copyright © 2020 spacetab.io, Inc. https://spacetab.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
}
},
"require": {
"symfony/yaml": "^4.2",
"symfony/yaml": "^4.2 || ^5.0",
"psr/log": "^1.0",
"symfony/console": "^4.3",
"microparts/logs-php": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8",
"symfony/var-dumper": "^4.1",
"symfony/var-dumper": "^4.2 || ^5.0",
"humbug/box": "^3.8"
},
"suggest": {
Expand Down
Loading

0 comments on commit 04cf19c

Please sign in to comment.