Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit a4018ae

Browse files
author
Michel
committed
Final
1 parent 4901347 commit a4018ae

File tree

5 files changed

+50
-82
lines changed

5 files changed

+50
-82
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ To use it you need to install php first. I tested the project with php 7 on linu
2929
### Installing
3030

3131
The easiest installation is using composer:
32-
`composer global install millsoft/acetool`
32+
```
33+
composer global require millsoft/acetool
34+
```
3335

3436
Install this project on your machine by downloading the ZIP or use git to clone it. Then use comoser to install all needed dependencies by executing following command in the project directory:
3537

ace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function init ()
2828
Helper::initSession();
2929

3030
$header = <<<header
31-
Version: 0.0.5
31+
Version: 1.0.1
3232
Last Update: 22 March 2019
3333
(c) 2019 by Michael Milawski
3434
header;

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "millsoft/acetool",
33
"type": "project",
4+
"version" : "1.0.1",
45
"require": {
56
"millsoft/aceproject": "^0",
6-
"symfony/console": "^3.3"
7+
"symfony/console": "^4.1"
78
},
89
"autoload": {
910
"psr-4": {

composer.lock

Lines changed: 43 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5
1+
1.0.1

0 commit comments

Comments
 (0)