Skip to content

Commit

Permalink
Plain text stylish + Upgrade PHP dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Aug 31, 2023
1 parent 38965ba commit e084e9b
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 117 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@

"jbzoo/data" : "^7.0",
"jbzoo/utils" : "^7.0",
"jbzoo/cli" : "^7.1.1",
"jbzoo/cli" : "^7.1.3",
"jbzoo/markdown" : "^7.0",

"symfony/console" : ">=5.4"
"symfony/console" : ">=6.3.4"
},

"require-dev" : {
Expand All @@ -73,7 +73,8 @@
"config" : {
"optimize-autoloader" : true,
"allow-plugins" : {"composer/package-versions-deprecated" : true},
"platform-check" : true
"platform-check" : true,
"autoloader-suffix": "jbzoocireportconverter"
},

"extra" : {
Expand Down
Loading

0 comments on commit e084e9b

Please sign in to comment.