Skip to content

Commit

Permalink
Merge pull request #34 from drunomics/feature/LDP-1287
Browse files Browse the repository at this point in the history
Php8: update symfony, remove self-update.
  • Loading branch information
ivangrozni authored May 3, 2022
2 parents b0a52c2 + 0d66bf3 commit 8c4aed0
Show file tree
Hide file tree
Showing 11 changed files with 1,359 additions and 448 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ is:
init
init:manifest Initializes a new phapp.yml for your project.
self
self:rollback Rolls back to the previous version after a self-update.
self:update Updates the installed phar.
## phapp.yml
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}
],
"require": {
"consolidation/robo": "^1.0",
"padraic/phar-updater": "^1.0",
"symfony/dotenv": "^3.3",
"symfony/event-dispatcher": "^3.1",
"symfony/yaml": "~3.0"
"consolidation/robo": "^3.0",
"consolidation/self-update": "^2.0",
"symfony/dotenv": "^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/yaml": "^4.4"
},
"scripts": {
"build": "php -d phar.readonly=0 vendor/bin/box build",
Expand All @@ -38,6 +38,7 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform-check": false
}
}
Loading

0 comments on commit 8c4aed0

Please sign in to comment.