Skip to content

Commit

Permalink
Merge pull request #162 from jhedstrom/104-drupal-random
Browse files Browse the repository at this point in the history
Remove copy of Drupal's random class.
  • Loading branch information
jhedstrom authored Feb 3, 2018
2 parents 291e63f + f2b1593 commit 33de911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 153 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"require": {
"php": ">=5.5.9",
"symfony/process": "~2.5|~3.0",
"symfony/dependency-injection": "~2.6|~3.0"
"symfony/dependency-injection": "~2.6|~3.0",
"drupal/core-utility": "^8.4"
},
"require-dev": {
"drupal/coder": "~8.2.0",
Expand All @@ -36,7 +37,6 @@
},
"autoload": {
"psr-0": {
"Drupal\\Component": "src/",
"Drupal\\Driver": "src/",
"Drupal\\Tests\\Driver" : "tests/"
}
Expand Down
151 changes: 0 additions & 151 deletions src/Drupal/Component/Utility/Random.php

This file was deleted.

0 comments on commit 33de911

Please sign in to comment.