Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Update to Laravel 6, remove old/unused things
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Apr 18, 2020
1 parent 40bf322 commit c7e3ebb
Show file tree
Hide file tree
Showing 84 changed files with 2 additions and 2,405 deletions.
8 changes: 2 additions & 6 deletions composer.json
Expand Up @@ -11,24 +11,20 @@
"require": {
"php": ">=7.2.0",
"rocket/core": "~1.0.0",
"illuminate/support": "~5.2",
"kriswallsmith/assetic": "1.*"
"illuminate/support": "^5.2 || ^6.0"
},
"replace": {
"rocket/assets": "self.version",
"rocket/forms": "self.version",
"rocket/foundation": "self.version",
"rocket/script": "self.version",
"rocket/table": "self.version",
"rocket/taxonomy-ui": "self.version"
},
"require-dev": {
"mockery/mockery": ">=0.9.0",
"phpunit/phpunit": ">=4.0.0"
"phpunit/phpunit": "^8.0 || ^9.0"
},
"autoload": {
"files": [
"src/Foundation/functions.php",
"src/Script/functions.php"
],
"psr-4": {
Expand Down
16 changes: 0 additions & 16 deletions src/Assets/Assetic/Asset/AssetReference.php

This file was deleted.

5 changes: 0 additions & 5 deletions src/Assets/Assetic/Asset/CssAsset.php

This file was deleted.

5 changes: 0 additions & 5 deletions src/Assets/Assetic/Asset/JsAsset.php

This file was deleted.

30 changes: 0 additions & 30 deletions src/Assets/Assetic/Asset/WeightedAsset.php

This file was deleted.

96 changes: 0 additions & 96 deletions src/Assets/Assetic/WeightedAssetCollection.php

This file was deleted.

122 changes: 0 additions & 122 deletions src/Assets/Controller.php

This file was deleted.

55 changes: 0 additions & 55 deletions src/Assets/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions src/Assets/Support/Laravel5/ServiceProvider.php

This file was deleted.

0 comments on commit c7e3ebb

Please sign in to comment.