Skip to content

Commit

Permalink
Merge pull request #73 from Uxie-Framework:v0.9.2beta1
Browse files Browse the repository at this point in the history
Update code & dependencies
  • Loading branch information
Amin-Cheribet authored Jun 9, 2024
2 parents b58448d + d9490be commit 0aebb6e
Show file tree
Hide file tree
Showing 3 changed files with 1,164 additions and 1,422 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a sample file to demonstrate the expected environment variables

# Templating engine
TEMPLATING_ENGINE = Blade # or Pug
TEMPLATING_ENGINE = Blade

# Production Mode
PRODUCTION_MODE = OFF
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
],

"require": {
"php": "^8.0",
"php": "^8.3",
"uxie/framework": "^0.9.2",
"uxie/statistics": "^0.4.0",
"vlucas/phpdotenv": "^5.4.1",
"mohamed-amine/file-uploader": "^3.0",
"vlucas/phpdotenv": "^5.6",
"mohamed-amine/file-uploader": "^4.0",
"mohamed-amine/ioc-container": "^0.8",
"intervention/image": "^2.4",
"jenssegers/blade": "^1.1",
"phpunit/phpunit": "^9.5",
"intervention/image": "^3.6",
"jenssegers/blade": "^2.0",
"phpunit/phpunit": "^11.1",
"robmorgan/phinx": "^0.9"
},

Expand Down
Loading

0 comments on commit 0aebb6e

Please sign in to comment.