Skip to content

Commit

Permalink
Merge pull request #4 from aw-studio/feat/updates
Browse files Browse the repository at this point in the history
Laravel compatibilty update
  • Loading branch information
lpheller authored May 13, 2024
2 parents f12a9b7 + 3839f79 commit 73c8bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
],
"require": {
"scssphp/scssphp": "^1.1",
"facade/ignition": "^2.0",
"matthiasmullie/minify": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "^5.3"
"orchestra/testbench": "^5.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Engines/StyleViewCompilerEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace BladeStyle\Engines;

use Facade\Ignition\Views\Engines\CompilerEngine;
use Illuminate\View\Engines\CompilerEngine;

class StyleViewCompilerEngine extends CompilerEngine
{
Expand Down

0 comments on commit 73c8bcc

Please sign in to comment.